Searched defs:RenderInline (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderInline.h34 class RenderInline : public RenderBoxModelObject { class in namespace:WebCore
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*>(objec
[all...]
H A DRenderInline.cpp24 #include "RenderInline.h"
48 RenderInline::RenderInline(Node* node) function in class:WebCore::RenderInline
56 void RenderInline::destroy()
111 RenderInline* RenderInline::inlineElementContinuation() const
119 void RenderInline::updateBoxModelInfoFromStyle()
130 void RenderInline::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
140 for (RenderInline* currCont = inlineElementContinuation(); currCont; currCont = currCont->inlineElementContinuation()) {
165 void RenderInline
[all...]

Completed in 82 milliseconds