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

/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h34 // InlineBox represents a rectangle that occurs on a line. It corresponds to
36 class InlineBox { class in namespace:WebCore
38 InlineBox(RenderObject* obj) function in class:WebCore::InlineBox
72 InlineBox(RenderObject* obj, float x, float y, float logicalWidth, bool firstLine, bool constructed, function in class:WebCore::InlineBox
73 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
107 virtual ~InlineBox();
136 InlineBox* next() const { return m_next; }
192 InlineBox* nextOnLine() const { return m_next; }
193 InlineBox* prevOnLin
[all...]
H A DInlineBox.cpp21 #include "InlineBox.h"
40 InlineBox::~InlineBox()
48 void InlineBox::remove()
54 void InlineBox::destroy(RenderArena* renderArena)
68 void* InlineBox::operator new(size_t sz, RenderArena* renderArena) throw()
73 void InlineBox::operator delete(void* ptr, size_t sz)
82 void InlineBox::showTreeForThis() const
89 int InlineBox::logicalHeight() const
110 int InlineBox
[all...]

Completed in 154 milliseconds