widthFromCache    845 Source/core/rendering/RenderText.cpp                 lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, direction, 0, 0);
widthFromCache   1009 Source/core/rendering/RenderText.cpp             currMaxWidth += widthFromCache(f, lastWordBoundary, i - lastWordBoundary, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &glyphOverflow);
widthFromCache   1051 Source/core/rendering/RenderText.cpp                 w = widthFromCache(f, i, wordLen + 1, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &glyphOverflow) - wordTrailingSpaceWidth;
widthFromCache   1053 Source/core/rendering/RenderText.cpp                 w = widthFromCache(f, i, wordLen, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &glyphOverflow);
widthFromCache   1065 Source/core/rendering/RenderText.cpp                     currMaxWidth += widthFromCache(f, lastWordBoundary, j - lastWordBoundary, leadWidth + currMaxWidth, textDirection, &fallbackFonts, &glyphOverflow);
widthFromCache   1521 Source/core/rendering/RenderText.cpp             w = widthFromCache(f, from, len, xPos, textDirection, fallbackFonts, glyphOverflow);
widthFromCache    182 Source/core/rendering/RenderText.h     float widthFromCache(const Font&, int start, int len, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;