Home | History | Annotate | Download | only in rendering

Lines Matching refs:virtualChildren

163     // to discourage their use. The virtualChildren() call inside these
169 if (const RenderObjectChildList* children = virtualChildren())
175 if (const RenderObjectChildList* children = virtualChildren())
180 virtual RenderObjectChildList* virtualChildren() { return 0; }
181 virtual const RenderObjectChildList* virtualChildren() const { return 0; }
249 virtual bool canHaveChildren() const { return virtualChildren(); }