Home
last modified time | relevance | path

Searched refs:selectionRectForTextFragment (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.h61 …FloatRect selectionRectForTextFragment(const SVGTextFragment&, int fragmentStartPosition, int frag…
DSVGInlineTextBox.cpp116 FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int start… in selectionRectForTextFragment() function in blink::SVGInlineTextBox
169 …FloatRect fragmentRect = selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEnd… in localSelectionRect()
236 …paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragment… in paintSelectionBackground()
694 …FloatRect fragmentRect = textBox->selectionRectForTextFragment(fragment, fragmentStartPosition, fr… in paintTextMatchMarker()