hyphenString 1521 Source/core/rendering/InlineTextBox.cpp const AtomicString& hyphenString = style->hyphenString(); hyphenString 1522 Source/core/rendering/InlineTextBox.cpp charactersWithHyphen->reserveCapacity(string.length() + hyphenString.length()); hyphenString 1524 Source/core/rendering/InlineTextBox.cpp charactersWithHyphen->append(hyphenString); hyphenString 895 Source/core/rendering/RenderText.cpp return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string(), style, direction)); hyphenString 425 Source/core/rendering/RenderTreeAsText.cpp ts << " + hyphen string " << quoteAndEscapeNonPrintables(o.style()->hyphenString()); hyphenString 513 Source/core/rendering/line/BreakingContextInlineHeaders.h style->hyphenString().string(), style, style->direction())); hyphenString 1051 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1)); hyphenString 1052 Source/core/rendering/style/RenderStyle.cpp return font().primaryFontHasGlyphForCharacter(hyphen) ? hyphenString : hyphenMinusString; hyphenString 1476 Source/core/rendering/style/RenderStyle.h const AtomicString& hyphenString() const;