Searched refs:isRootInlineBox (Results 1 – 8 of 8) sorted by relevance
205 ASSERT(isRootInlineBox()); in root()213 ASSERT(isRootInlineBox()); in root()
403 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()
47 virtual bool isRootInlineBox() const { return true; } in isRootInlineBox() function
64 while (parentBox && !parentBox->isRootInlineBox()) in svgRootInlineBox()68 ASSERT(parentBox->isRootInlineBox()); in svgRootInlineBox()
139 virtual bool isRootInlineBox() const { return false; } in isRootInlineBox() function
403 if (!flowBox->isRootInlineBox()) in chunkStartCallback()422 if (!flowBox->isRootInlineBox()) { in chunkEndCallback()888 if (start->isRootInlineBox()) { in buildLayoutInformation()
40178 (WebCore::InlineBox::isRootInlineBox):40203 (WebCore::RootInlineBox::isRootInlineBox):
3490 (WebCore::RootInlineBox::isRootInlineBox):