Home | History | Annotate | Download | only in rendering

Lines Matching refs:virtualChildren

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; }
286 virtual bool canHaveChildren() const { return virtualChildren(); }