Home
last modified time | relevance | path

Searched refs:firstLineBoxIncludingCulling (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp707 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetLeft()
715 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetTop()
927 InlineBox* result = currInline->firstLineBoxIncludingCulling(); in culledInlineFirstLineBox()
1035 if ((!firstLineBoxIncludingCulling() && !continuation()) || style()->visibility() != VISIBLE) in clippedOverflowRectForPaintInvalidation()
DRenderInline.h78 …InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() … in firstLineBoxIncludingCulling() function
DRenderLineBoxList.cpp237 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild()