Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderObject

56     virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren);
59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
60 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
61 virtual void removeChild(RenderObject* child);
66 void getOverhang(bool firstLine, RenderObject* startRenderer, RenderObject* endRenderer, int& startOverhang, int& endOverhang) const;
68 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);
80 inline RenderRubyRun* toRenderRubyRun(RenderObject* object)
86 inline const RenderRubyRun* toRenderRubyRun(const RenderObject* object)