Searched refs:firstLineBox (Results 1 – 16 of 16) sorted by relevance
69 if (firstLineBox()) { in destroy()82 if (firstLineBox()->parent()) { in destroy()83 for (InlineRunBox* box = firstLineBox(); box; box = box->nextLineBox()) in destroy()413 if (InlineRunBox* curr = firstLineBox()) { in absoluteRects()432 if (InlineRunBox* curr = firstLineBox()) { in absoluteQuads()447 if (firstLineBox()) in offsetLeft()448 x += firstLineBox()->x(); in offsetLeft()455 if (firstLineBox()) in offsetTop()456 y += firstLineBox()->y(); in offsetTop()505 if (firstLineBox()) { in positionForPoint()[all …]
143 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes()158 if (!firstLineBox()) in paint()165 int yPos = firstLineBox()->topVisibleOverflow() - renderer->maximalOutlineSize(paintInfo.phase); in paint()180 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextFlowBox()) { in paint()226 if (!firstLineBox()) in hitTest()233 …if ((y >= ty + lastLineBox()->root()->bottomVisibleOverflow()) || (y < ty + firstLineBox()->root()… in hitTest()258 if (!firstLineBox()) { in dirtyLinesFromChangedChild()293 box = firstLineBox()->root(); in dirtyLinesFromChangedChild()
51 InlineRunBox* firstBox = firstLineBox(); in absoluteRects()70 InlineRunBox* firstBox = firstLineBox(); in absoluteQuads()
125 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in absoluteRects()146 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in absoluteQuads()172 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in objectBoundingBox()
59 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function
49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } in firstLineBox() function
64 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function108 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); } in firstRootBox()
178 if (firstLineBox()) { in destroy()190 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextFlowBox()) { in destroy()608 return !firstLineBox(); in isSelfCollapsingBlock()1793 else if (!inlineRenderer->firstLineBox()) in paintObject()1840 if (!shouldPaintWithinRoot(paintInfo) || !firstLineBox()) in paintEllipsisBoxes()1846 int yPos = ty + firstLineBox()->y(); in paintEllipsisBoxes()1847 int h = lastLineBox()->y() + lastLineBox()->height() - firstLineBox()->y(); in paintEllipsisBoxes()2077 if (!firstLineBox()) { in fillInlineSelectionGaps()2850 … for (InlineRunBox* currBox = firstLineBox(); currBox; currBox = currBox->nextLineBox()) { in rightmostPosition()2944 if (!includeSelf && firstLineBox()) { in leftmostPosition()[all …]
213 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineContinuation()) { in determineSpacingForFlowBoxes()214 if (ltr && lineBoxList->firstLineBox() == this) in determineSpacingForFlowBoxes()
544 bool fullLayout = !firstLineBox() || selfNeedsLayout() || relayoutChildren; in layoutInlineChildren()983 if (!firstLineBox() && hasLineIfEmpty()) in layoutInlineChildren()1042 ASSERT(!firstLineBox() && !lastLineBox()); in determineStartPosition()
1802 InlineFlowBox* first = flow->firstLineBox(); in containingBlockWidthForPositioned()2155 InlineFlowBox* firstLine = flow->firstLineBox(); in calcAbsoluteHorizontalValues()2561 InlineFlowBox* firstLine = flow->firstLineBox(); in calcAbsoluteHorizontalReplaced()
2982 InlineFlowBox* firstBox = inlineFlow->firstLineBox(); in localBoundingBox()
1551 return !toRenderBlock(m_renderer)->firstLineBox() && !mouseButtonListener(); in accessibilityIsIgnored()
46614 (WebCore::RenderBlock::firstLineBox):46640 (WebCore::RenderInline::firstLineBox):47327 (WebCore::RenderFlow::firstLineBox):47340 (WebCore::RenderLineBoxList::firstLineBox):
44227 (WebCore::RenderBlock::layoutInlineChildren): Remove firstLineBox
10397 ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image