HomeSort by relevance Sort by last modified time
    Searched defs:InlineBox (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
InlineBox.h 34 // InlineBox represents a rectangle that occurs on a line. It corresponds to
36 class InlineBox {
38 InlineBox(RenderObject* obj)
70 InlineBox(RenderObject* obj, int x, int y, int width, bool firstLine, bool constructed,
71 bool dirty, bool extracted, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
103 virtual ~InlineBox();
163 InlineBox* nextOnLine() const { return m_next; }
164 InlineBox* prevOnLine() const { return m_prev; }
165 void setNextOnLine(InlineBox* next
    [all...]
InlineBox.cpp 21 #include "InlineBox.h"
39 InlineBox::~InlineBox()
47 void InlineBox::remove()
53 void InlineBox::destroy(RenderArena* renderArena)
67 void* InlineBox::operator new(size_t sz, RenderArena* renderArena) throw()
72 void InlineBox::operator delete(void* ptr, size_t sz)
81 void InlineBox::showTreeForThis() const
88 int InlineBox::height() const
109 int InlineBox::caretMinOffset() const
    [all...]

Completed in 1523 milliseconds