Searched refs:hyphenString (Results 1 - 6 of 6) 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);
H A DRenderTreeAsText.cpp427 ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString());
H A DRenderText.cpp887 return font.width(constructTextRun(renderer, font, style->hyphenString().string(), style, direction));
/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;
H A DRenderStyle.h1498 const AtomicString& hyphenString() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h507 style->hyphenString().string(), style, style->direction()));

Completed in 4231 milliseconds