Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h593 WebCore::IntRect m_cursorHitBounds; variable
DWebViewCore.cpp352 , m_cursorHitBounds(WebCore::IntRect(0, 0, 0, 0)) in WebViewCore()
847 m_cursorHitBounds = cachedNode->hitBounds(cachedFrame); in updateCursorBounds()
1613 IntRect bounds = m_cursorHitBounds; in updateCacheOnNodeChange()