Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderInline

34 class RenderInline : public RenderBoxModelObject {
36 explicit RenderInline(Node*);
72 RenderInline* inlineElementContinuation() const;
101 FloatRect culledInlineBoundingBox(const RenderInline* container) const;
105 void culledInlineAbsoluteRects(const RenderInline* container, Vector<IntRect>&, const IntSize&);
106 void culledInlineAbsoluteQuads(const RenderInline* container, Vector<FloatQuad>&);
163 static RenderInline* cloneInline(RenderInline* src);
175 inline RenderInline* toRenderInline(RenderObject* object)
178 return static_cast<RenderInline*>(object);
181 inline const RenderInline* toRenderInline(const RenderObject* object)
184 return static_cast<const RenderInline*>(object);
188 void toRenderInline(const RenderInline*);