Home
last modified time | relevance | path

Searched defs:testRect (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCachedFrame.cpp395 WebCore::IntRect testRect = test->ring(this, part); in findBestAt() local
513 WebCore::IntRect testRect = test->hitBounds(this); in findBestHitAt() local
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1846 IntRect testRect(docPos.x() - slop, docPos.y() - slop, 2 * slop + 1, 2 * slop + 1); in getTouchHighlightRects() local