Home
last modified time | relevance | path

Searched refs:hyphenString (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1271 const AtomicString& hyphenString = style->hyphenString(); in constructTextRun() local
1272 charactersWithHyphen->reserveCapacity(string.length() + hyphenString.length()); in constructTextRun()
1274 charactersWithHyphen->append(hyphenString); in constructTextRun()
DRenderTreeAsText.cpp427 ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString()); in writeTextRun()
DRenderText.cpp887 …return font.width(constructTextRun(renderer, font, style->hyphenString().string(), style, directio… in hyphenWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1043 const AtomicString& RenderStyle::hyphenString() const in hyphenString() function in blink::RenderStyle
1051 DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1)); in hyphenString()
1052 return font().primaryFontHasGlyphForCharacter(hyphen) ? hyphenString : hyphenMinusString; in hyphenString()
DRenderStyle.h1498 const AtomicString& hyphenString() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h507 style->hyphenString().string(), style, style->direction())); in measureHyphenWidth()