Searched refs:hyphenString (Results 1 – 6 of 6) sorted by relevance
1514 const AtomicString& hyphenString = style->hyphenString(); in constructTextRun() local1515 charactersWithHyphen->reserveCapacity(string.length() + hyphenString.length()); in constructTextRun()1517 charactersWithHyphen->append(hyphenString); in constructTextRun()
426 ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString()); in writeTextRun()
892 …return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string()… in hyphenWidth()
1046 const AtomicString& RenderStyle::hyphenString() const in hyphenString() function in WebCore::RenderStyle1054 DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1)); in hyphenString()1055 return font().primaryFontHasGlyphForCharacter(hyphen) ? hyphenString : hyphenMinusString; in hyphenString()
1469 const AtomicString& hyphenString() const;
698 …return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string()… in measureHyphenWidth()