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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h34 class RenderInline : public RenderBoxModelObject { class in namespace:WebCore
36 explicit RenderInline(Element*);
38 static RenderInline* createAnonymous(Document*);
78 RenderInline* inlineElementContinuation() const;
122 void generateCulledLineBoxRects(GeneratorContext& yield, const RenderInline* container) const;
178 RenderInline* clone() const;
190 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderInline, isRenderInline());
H A DRenderInline.cpp24 #include "core/rendering/RenderInline.h"
49 RenderInline::RenderInline(Element* element) function in class:WebCore::RenderInline
56 RenderInline* RenderInline::createAnonymous(Document* document)
58 RenderInline* renderer = new RenderInline(0);
63 void RenderInline::willBeDestroyed()
118 RenderInline* RenderInline
[all...]

Completed in 71 milliseconds