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.cpp1514 const AtomicString& hyphenString = style->hyphenString(); in constructTextRun() local
1515 charactersWithHyphen->reserveCapacity(string.length() + hyphenString.length()); in constructTextRun()
1517 charactersWithHyphen->append(hyphenString); in constructTextRun()
DRenderTreeAsText.cpp426 ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString()); in writeTextRun()
DRenderText.cpp892 …return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string()… in hyphenWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1046 const AtomicString& RenderStyle::hyphenString() const in hyphenString() function in WebCore::RenderStyle
1054 DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1)); in hyphenString()
1055 return font().primaryFontHasGlyphForCharacter(hyphen) ? hyphenString : hyphenMinusString; in hyphenString()
DRenderStyle.h1469 const AtomicString& hyphenString() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h698 …return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string()… in measureHyphenWidth()