selectionRectForTextFragment 171 Source/core/rendering/svg/SVGInlineTextBox.cpp FloatRect fragmentRect = selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style); selectionRectForTextFragment 239 Source/core/rendering/svg/SVGInlineTextBox.cpp paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor); selectionRectForTextFragment 727 Source/core/rendering/svg/SVGInlineTextBox.cpp FloatRect fragmentRect = textBox->selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style); selectionRectForTextFragment 63 Source/core/rendering/svg/SVGInlineTextBox.h FloatRect selectionRectForTextFragment(const SVGTextFragment&, int fragmentStartPosition, int fragmentEndPosition, RenderStyle*);