Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineBox.cpp205 ASSERT(isRootInlineBox()); in root()
213 ASSERT(isRootInlineBox()); in root()
DInlineFlowBox.cpp403 if (isRootInlineBox()) { in computeLogicalBoxHeights()
485 if (isRootInlineBox()) in placeBoxesVertically()
557 if (isRootInlineBox()) { in placeBoxesVertically()
609 … (renderer()->style()->visibility() == VISIBLE && renderer()->hasOutline() && !isRootInlineBox()) { in paint()
917 if (!isRootInlineBox()) in paintTextDecorations()
DRootInlineBox.h47 virtual bool isRootInlineBox() const { return true; } in isRootInlineBox() function
DSVGInlineTextBox.cpp64 while (parentBox && !parentBox->isRootInlineBox()) in svgRootInlineBox()
68 ASSERT(parentBox->isRootInlineBox()); in svgRootInlineBox()
DInlineBox.h139 virtual bool isRootInlineBox() const { return false; } in isRootInlineBox() function
DSVGRootInlineBox.cpp403 if (!flowBox->isRootInlineBox()) in chunkStartCallback()
422 if (!flowBox->isRootInlineBox()) { in chunkEndCallback()
888 if (start->isRootInlineBox()) { in buildLayoutInformation()
/external/webkit/WebCore/
DChangeLog-2009-06-1640178 (WebCore::InlineBox::isRootInlineBox):
40203 (WebCore::RootInlineBox::isRootInlineBox):
DChangeLog-2006-12-313490 (WebCore::RootInlineBox::isRootInlineBox):