Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1400 struct TouchNodeData { struct
1854 Vector<TouchNodeData> nodeDataList; in hitTestAtPoint()
1906 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end(); in hitTestAtPoint()
1907 for (Vector<TouchNodeData>::const_iterator n = nodeDataList.begin(); n != nlast; ++n) { in hitTestAtPoint()
1938 TouchNodeData n = nodeDataList.at(i); in hitTestAtPoint()
1949 TouchNodeData newNode; in hitTestAtPoint()
1961 TouchNodeData final; in hitTestAtPoint()
1966 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end(); in hitTestAtPoint()
1967 for (Vector<TouchNodeData>::const_iterator n = nodeDataList.begin(); n != nlast; ++n) { in hitTestAtPoint()