Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp725 const UChar ellipsisAndSpace[2] = { horizontalEllipsis, ' ' }; in layoutVerticalBox() local
726 DEFINE_STATIC_LOCAL(AtomicString, ellipsisAndSpaceStr, (ellipsisAndSpace, 2)); in layoutVerticalBox()
734 totalWidth = anchorBox->width() + font.width(TextRun(ellipsisAndSpace, 2)); in layoutVerticalBox()