Home | History | Annotate | Download | only in rendering

Lines Matching refs:children

160         if (const RenderObjectChildList* children = virtualChildren())
161 return children->firstChild();
166 if (const RenderObjectChildList* children = virtualChildren())
167 return children->lastChild();
206 // children.
479 * Paint the object and its children, clipped by (x|y|w|h).
501 ListHashSet<RenderInline*>* outlineObjects; // used to list outlines that should be painted by a block with inline children
683 // Whether or not a block has selected children.