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

  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 482 const AtomicString& hyphenString = rt->style()->hyphenString();
483 hyphenWidth = rt->style(firstLine)->font().width(TextRun(hyphenString.characters(), hyphenString.length()));
    [all...]
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...]
RenderTreeAsText.cpp 512 ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString());
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]

Completed in 1077 milliseconds