Searched refs:hyphenString (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp482 const AtomicString& hyphenString = rt->style()->hyphenString(); local
483 hyphenWidth = rt->style(firstLine)->font().width(TextRun(hyphenString.characters(), hyphenString.length()));
1653 const AtomicString& hyphenString = text->style()->hyphenString(); local
1654 int hyphenWidth = font.width(TextRun(hyphenString.characters(), hyphenString.length()));
2054 const AtomicString& hyphenString = style->hyphenString(); local
[all...]
H A DInlineTextBox.cpp166 const AtomicString& hyphenString = style->hyphenString(); local
167 charactersWithHyphen.reserveCapacity(length + hyphenString.length());
169 charactersWithHyphen.append(hyphenString.characters(), hyphenString.length());
171 length += hyphenString.length();
H A DRenderTreeAsText.cpp512 ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp856 const AtomicString& RenderStyle::hyphenString() const function in class:WebCore::RenderStyle
866 DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1));
867 return font().primaryFontHasGlyphForCharacter(hyphen) ? hyphenString : hyphenMinusString;
H A DRenderStyle.h1164 const AtomicString& hyphenString() const;

Completed in 687 milliseconds