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 36 // InlineBox represents a rectangle that occurs on a line. It corresponds to
38 class InlineBox {
39 WTF_MAKE_NONCOPYABLE(InlineBox);
41 InlineBox(RenderObject& obj)
53 InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
54 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
68 virtual ~InlineBox();
113 virtual void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0, int = 0) const
    [all...]
InlineBox.cpp 21 #include "core/rendering/InlineBox.h"
49 COMPILE_ASSERT(sizeof(InlineBox) == sizeof(SameSizeAsInlineBox), InlineBox_size_guard);
53 InlineBox::~InlineBox()
61 void InlineBox::remove(MarkLineBoxes markLineBoxes)
67 void* InlineBox::operator new(size_t sz)
72 void InlineBox::operator delete(void* ptr)
78 const char* InlineBox::boxName() const
80 return "InlineBox";
83 void InlineBox::showTreeForThis() cons
    [all...]

Completed in 33 milliseconds