Lines Matching refs:parent
84 parent = 0;
126 node->parent = this;
153 if ( beforeThis->parent != this )
159 node->parent = this;
171 if ( afterThis->parent != this )
177 node->parent = this;
189 if ( replaceThis->parent != this )
210 node->parent = this;
217 if ( removeThis->parent != this )
270 assert( previous->parent == this );
284 assert( previous->parent == this );
390 for( node = this; node; node = node->parent )