Home
last modified time | relevance | path

Searched refs:isRootInlineBox (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineBox.cpp202 ASSERT(isRootInlineBox()); in root()
210 ASSERT(isRootInlineBox()); in root()
DRootInlineBox.h41 virtual bool isRootInlineBox() const { return true; } in isRootInlineBox() function
DInlineFlowBox.cpp118 …|| (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign()… in addToLine()
135 …|| (parentStyle->verticalAlign() != BASELINE && !isRootInlineBox()) || childStyle->verticalAlign()… in addToLine()
502 if (isRootInlineBox()) { in computeLogicalBoxHeights()
578 bool isRootBox = isRootInlineBox(); in placeBoxesInBlockDirection()
963 … (renderer()->style()->visibility() == VISIBLE && renderer()->hasOutline() && !isRootInlineBox()) { in paint()
DInlineBox.h158 virtual bool isRootInlineBox() const { return false; } in isRootInlineBox() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1640178 (WebCore::InlineBox::isRootInlineBox):
40203 (WebCore::RootInlineBox::isRootInlineBox):
DChangeLog-2006-12-313490 (WebCore::RootInlineBox::isRootInlineBox):