Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1929 IntRect childrect; in hitTestAtPoint() local
1931 childrect = getAbsoluteBoundingBox(child); in hitTestAtPoint()
1932 if (!childrect.isEmpty()) { in hitTestAtPoint()
1933 rect.unite(childrect); in hitTestAtPoint()