Searched refs:needChild (Results 1 – 1 of 1) sorted by relevance
2138 bool needChild; in attachToChild() local2149 needChild = (false == arrayMember( links, this )); in attachToChild()2151 needChild = true; in attachToChild()2156 if (needChild) { in attachToChild()2198 bool needChild; in detachFromChild() local2207 needChild = arrayMember( links, this ); in detachFromChild()2209 needChild = false; in detachFromChild()2214 if (needChild) { in detachFromChild()