Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h592 WebCore::IntRect m_cursorBounds; variable
DWebViewCore.cpp351 , m_cursorBounds(WebCore::IntRect(0, 0, 0, 0)) in WebViewCore()
843 if (m_cursorBounds != bounds) in updateCursorBounds()
846 m_cursorBounds = bounds; in updateCursorBounds()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp716 IntRect bounds = m_viewImpl->m_cursorBounds; in fixCursor()