Home
last modified time | relevance | path

Searched refs:firstLineBox (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderInline.cpp69 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 …]
DRenderLineBoxList.cpp143 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()
DRenderSVGInline.cpp51 InlineRunBox* firstBox = firstLineBox(); in absoluteRects()
70 InlineRunBox* firstBox = firstLineBox(); in absoluteQuads()
DRenderSVGText.cpp125 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()
DRenderInline.h59 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function
DRenderLineBoxList.h49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } in firstLineBox() function
DRenderBlock.h64 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function
108 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); } in firstRootBox()
DRenderBlock.cpp178 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 …]
DInlineFlowBox.cpp213 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineContinuation()) { in determineSpacingForFlowBoxes()
214 if (ltr && lineBoxList->firstLineBox() == this) in determineSpacingForFlowBoxes()
DRenderBlockLineLayout.cpp544 bool fullLayout = !firstLineBox() || selfNeedsLayout() || relayoutChildren; in layoutInlineChildren()
983 if (!firstLineBox() && hasLineIfEmpty()) in layoutInlineChildren()
1042 ASSERT(!firstLineBox() && !lastLineBox()); in determineStartPosition()
DRenderBox.cpp1802 InlineFlowBox* first = flow->firstLineBox(); in containingBlockWidthForPositioned()
2155 InlineFlowBox* firstLine = flow->firstLineBox(); in calcAbsoluteHorizontalValues()
2561 InlineFlowBox* firstLine = flow->firstLineBox(); in calcAbsoluteHorizontalReplaced()
DRenderLayer.cpp2982 InlineFlowBox* firstBox = inlineFlow->firstLineBox(); in localBoundingBox()
/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.cpp1551 return !toRenderBlock(m_renderer)->firstLineBox() && !mouseButtonListener(); in accessibilityIsIgnored()
/external/webkit/WebCore/
DChangeLog-2009-06-1646614 (WebCore::RenderBlock::firstLineBox):
46640 (WebCore::RenderInline::firstLineBox):
47327 (WebCore::RenderFlow::firstLineBox):
47340 (WebCore::RenderLineBoxList::firstLineBox):
DChangeLog-2006-12-3144227 (WebCore::RenderBlock::layoutInlineChildren): Remove firstLineBox
DChangeLog-2007-10-1410397 ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image