Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderObject

55     virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren);
58 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
59 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
60 virtual void removeChild(RenderObject* child);
65 void getOverhang(bool firstLine, RenderObject* startRenderer, RenderObject* endRenderer, int& startOverhang, int& endOverhang) const;
67 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);
81 inline RenderRubyRun* toRenderRubyRun(RenderObject* object)
87 inline const RenderRubyRun* toRenderRubyRun(const RenderObject* object)