Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp2052 TextRun ellipsisRun(&horizontalEllipsis, 1); in checkLinesForTextOverflow() local
2056 int firstLineEllipsisWidth = firstLineFont.width(ellipsisRun); in checkLinesForTextOverflow()
2057 int ellipsisWidth = (font == firstLineFont) ? firstLineEllipsisWidth : font.width(ellipsisRun); in checkLinesForTextOverflow()