Home
last modified time | relevance | path

Searched refs:m_selectionRectInWindowCoordinates (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DFindIndicator.cpp91 : m_selectionRectInWindowCoordinates(selectionRectInWindowCoordinates) in FindIndicator()
112 …return FloatRect(m_selectionRectInWindowCoordinates.x() - leftBorderThickness, m_selectionRectInWi… in frameRect()
113m_selectionRectInWindowCoordinates.width() + rightBorderThickness + leftBorderThickness, in frameRect()
114m_selectionRectInWindowCoordinates.height() + topBorderThickness + bottomBorderThickness); in frameRect()
DFindIndicator.h46 …::FloatRect selectionRectInWindowCoordinates() const { return m_selectionRectInWindowCoordinates; } in selectionRectInWindowCoordinates()
58 WebCore::FloatRect m_selectionRectInWindowCoordinates; variable
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-164348 …Rename m_selectionRect to m_selectionRectInWindowCoordinates and m_textRects to m_textRectsInSelec…