HomeSort by relevance Sort by last modified time
    Searched refs:horizontalEllipsis (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/text/
CharacterNames.h 43 const UChar horizontalEllipsis = 0x2026;
  /external/webkit/WebCore/platform/graphics/
StringTruncator.cpp 73 buffer[omitStart] = horizontalEllipsis;
89 buffer[keepLength] = horizontalEllipsis;
109 float currentEllipsisWidth = stringWidth(font, &horizontalEllipsis, 1, disableRoundingHacks);
  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 725 const UChar ellipsisAndSpace[2] = { horizontalEllipsis, ' ' };
727 DEFINE_STATIC_LOCAL(AtomicString, ellipsisStr, (&horizontalEllipsis, 1));
737 totalWidth = font.width(TextRun(&horizontalEllipsis, 1));
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 146 milliseconds