Searched defs:hyphenString (Results 1 - 3 of 3) sorted by relevance

/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;
/external/webkit/Source/WebCore/rendering/
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 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...]

Completed in 94 milliseconds