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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp1271 const AtomicString& hyphenString = style->hyphenString(); local
1272 charactersWithHyphen->reserveCapacity(string.length() + hyphenString.length());
1274 charactersWithHyphen->append(hyphenString);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1043 const AtomicString& RenderStyle::hyphenString() const function in class:blink::RenderStyle
1051 DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1));
1052 return font().primaryFontHasGlyphForCharacter(hyphen) ? hyphenString : hyphenMinusString;

Completed in 389 milliseconds