hyphenWidth       439 Source/core/rendering/RenderBlockLineLayout.cpp     LayoutUnit hyphenWidth = 0;
hyphenWidth       442 Source/core/rendering/RenderBlockLineLayout.cpp         hyphenWidth = measureHyphenWidth(renderer, font, run->direction());
hyphenWidth       492 Source/core/rendering/RenderBlockLineLayout.cpp     run->m_box->setLogicalWidth(measuredWidth + hyphenWidth);
hyphenWidth      1055 Source/core/rendering/RenderText.cpp                     currMinWidth += hyphenWidth(this, f, textDirection);
hyphenWidth       578 Source/core/rendering/line/BreakingContextInlineHeaders.h     float hyphenWidth = 0;
hyphenWidth       618 Source/core/rendering/line/BreakingContextInlineHeaders.h         if (c == softHyphen && m_autoWrap && !hyphenWidth) {
hyphenWidth       619 Source/core/rendering/line/BreakingContextInlineHeaders.h             hyphenWidth = measureHyphenWidth(renderText, font, textDirectionFromUnicode(m_resolver.position().direction()));
hyphenWidth       620 Source/core/rendering/line/BreakingContextInlineHeaders.h             m_width.addUncommittedWidth(hyphenWidth);
hyphenWidth       722 Source/core/rendering/line/BreakingContextInlineHeaders.h                     if (hyphenWidth) {
hyphenWidth       724 Source/core/rendering/line/BreakingContextInlineHeaders.h                         m_width.addUncommittedWidth(-hyphenWidth);
hyphenWidth       725 Source/core/rendering/line/BreakingContextInlineHeaders.h                         hyphenWidth = 0;