Searched refs:m_cursorBounds (Results 1 – 3 of 3) sorted by relevance
592 WebCore::IntRect m_cursorBounds; variable
351 , m_cursorBounds(WebCore::IntRect(0, 0, 0, 0)) in WebViewCore()843 if (m_cursorBounds != bounds) in updateCursorBounds()846 m_cursorBounds = bounds; in updateCursorBounds()
716 IntRect bounds = m_viewImpl->m_cursorBounds; in fixCursor()