HomeSort by relevance Sort by last modified time
    Searched defs:hyphenString (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 166 const AtomicString& hyphenString = style->hyphenString();
167 charactersWithHyphen.reserveCapacity(length + hyphenString.length());
169 charactersWithHyphen.append(hyphenString.characters(), hyphenString.length());
171 length += hyphenString.length();
    [all...]
RenderBlockLineLayout.cpp 482 const AtomicString& hyphenString = rt->style()->hyphenString();
483 hyphenWidth = rt->style(firstLine)->font().width(TextRun(hyphenString.characters(), hyphenString.length()));
    [all...]

Completed in 506 milliseconds