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

  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 21 #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::caretMinOffset() const
    [all...]
InlineBox.h 34 // InlineBox represents a rectangle that occurs on a line. It corresponds to
36 class InlineBox {
38 InlineBox(RenderObject* obj)
72 InlineBox(RenderObject* obj, float x, float y, float logicalWidth, bool firstLine, bool constructed,
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* prevOnLine() const { return m_prev;
    [all...]

Completed in 33 milliseconds