Searched refs:m_textRectsInSelectionRectCoordinates (Results 1 – 3 of 3) sorted by relevance
49 …nst Vector<WebCore::FloatRect>& textRects() const { return m_textRectsInSelectionRectCoordinates; } in textRects()59 Vector<WebCore::FloatRect> m_textRectsInSelectionRectCoordinates; variable
92 , m_textRectsInSelectionRectCoordinates(textRectsInSelectionRectCoordinates) in FindIndicator()147 for (size_t i = 0; i < m_textRectsInSelectionRectCoordinates.size(); ++i) { in draw()148 FloatRect textRect = m_textRectsInSelectionRectCoordinates[i]; in draw()
4348 … to m_selectionRectInWindowCoordinates and m_textRects to m_textRectsInSelectionRectCoordinates (a…4351 … (WebKit::FindIndicator::textRects): Rename m_textRects to m_textRectsInSelectionRectCoordinates.