selectionRectForText 2140 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect textBounds = font.selectionRectForText(textRun, FloatPoint(), font.fontDescription().computedSize(), 0, -1, true);
selectionRectForText  132 Source/core/rendering/EllipsisBox.cpp     return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock()));
selectionRectForText  217 Source/core/rendering/InlineTextBox.cpp         r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
selectionRectForText 1239 Source/core/rendering/InlineTextBox.cpp         IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startPosition, endPosition));
selectionRectForText 1284 Source/core/rendering/InlineTextBox.cpp     IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop()), selHeight, sPos, ePos));
selectionRectForText 1454 Source/core/rendering/InlineTextBox.cpp     return font.selectionRectForText(constructTextRun(styleToUse, font), IntPoint(logicalLeft(), 0), 0, from, to).maxX();
selectionRectForText  138 Source/core/rendering/svg/SVGInlineTextBox.cpp     FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
selectionRectForText  102 Source/platform/fonts/Font.h     FloatRect selectionRectForText(const TextRun&, const FloatPoint&, int h, int from = 0, int to = -1, bool accountForGlyphBounds = false) const;
selectionRectForText 1018 Source/platform/graphics/GraphicsContext.cpp     fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor);
selectionRectForText  126 Source/web/WebFontImpl.cpp     return m_font.selectionRectForText(run, leftBaseline, height, from, to);
selectionRectForText   57 Source/web/WebFontImpl.h     virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
selectionRectForText   94 public/web/WebFont.h     virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,