Searched refs:firstLineBoxIncludingCulling (Results 1 – 3 of 3) sorted by relevance
707 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()
78 …InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() … in firstLineBoxIncludingCulling() function
237 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild()