Lines Matching refs:children
109 document(NULL), parent(NULL), children(NULL), _last_child(NULL),
520 next = this->children;
521 this->children = object;
543 for ( SPObject *child = parent->children ; child && child != this ;
553 parent->children = next;
562 next = parent->children;
563 parent->children = this;
582 for ( SPObject *child = this->children ; child && child != object ;
592 this->children = next;
613 for ( SPObject *child = children ; child ; child = child->next ) {
648 while (object->children) {
649 object->detach(object->children);
1133 /* If requestModified has already been called on this object or one of its children, then we
1205 /* If requestModified has already been called on this object or one of its children, then we
1515 for (SPObject *child = children; child; child = child->next)
1556 for (SPObject *child = children; child; child = child->next) {