Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1402 struct TouchNodeData { struct
1856 Vector<TouchNodeData> nodeDataList; in hitTestAtPoint()
1908 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end(); in hitTestAtPoint()
1909 for (Vector<TouchNodeData>::const_iterator n = nodeDataList.begin(); n != nlast; ++n) { in hitTestAtPoint()
1940 TouchNodeData n = nodeDataList.at(i); in hitTestAtPoint()
1951 TouchNodeData newNode; in hitTestAtPoint()
1963 TouchNodeData final; in hitTestAtPoint()
1968 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end(); in hitTestAtPoint()
1969 for (Vector<TouchNodeData>::const_iterator n = nodeDataList.begin(); n != nlast; ++n) { in hitTestAtPoint()