Home | History | Annotate | Download | only in rendering

Lines Matching refs:children

120 // children or subsequent siblings of the renderer that owns the root of the tree
206 // We are no longer interested in previous siblings of the currentRenderer or their children
260 // should become children of this node now.
349 RenderObjectChildList* children = child->renderer()->virtualChildren();
350 if (children)
351 children->invalidateCounters(child->renderer(), identifier);
357 if (RenderObjectChildList* children = renderer->virtualChildren())
358 children->invalidateCounters(renderer, identifier);
461 // not catch the change if the node had no children.
478 // not catch the change if the node had no children.