Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DAndroidHitTestResult.h48 Vector<WebCore::IntRect>& highlightRects() { return m_highlightRects; } in highlightRects() function
DWebViewCore.cpp1861 androidHitResult.highlightRects().append(area->computeRect( in hitTestAtPoint()
1989 Vector<IntRect>& highlightRects = androidHitResult.highlightRects(); in hitTestAtPoint() local
1990 if (doMoveMouse && highlightRects.size() > 0) { in hitTestAtPoint()
1996 for (size_t i = 0; i < highlightRects.size(); i++) { in hitTestAtPoint()
1997 IntRect& hr = highlightRects[i]; in hitTestAtPoint()