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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 33 // InlineBox represents a rectangle that occurs on a line. It corresponds to
35 class InlineBox {
37 InlineBox(RenderObject* obj)
49 InlineBox(RenderObject* obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
50 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
64 virtual ~InlineBox();
110 virtual void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0, int = 0) const;
152 InlineBox* nextOnLine() const { return m_next;
    [all...]
InlineBox.cpp 21 #include "core/rendering/InlineBox.h"
49 COMPILE_ASSERT(sizeof(InlineBox) == sizeof(SameSizeAsInlineBox), InlineBox_size_guard);
57 InlineBox::~InlineBox()
65 void InlineBox::remove()
71 void* InlineBox::operator new(size_t sz)
76 void InlineBox::operator delete(void* ptr)
82 const char* InlineBox::boxName() const
84 return "InlineBox";
87 void InlineBox::showTreeForThis() cons
    [all...]

Completed in 37 milliseconds