Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1993 IntRect foundIntersection; in hitTestAtPoint() local
2001 foundIntersection = test; in hitTestAtPoint()
2005 if (!foundIntersection.isEmpty() && !foundIntersection.contains(x, y)) { in hitTestAtPoint()
2006 IntPoint pt = foundIntersection.center(); in hitTestAtPoint()