Searched defs:TouchNodeData (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1412 struct TouchNodeData { struct in namespace:android
1811 Vector<TouchNodeData> nodeDataList;
1863 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end();
1864 for (Vector<TouchNodeData>::const_iterator n = nodeDataList.begin(); n != nlast; ++n) {
1895 TouchNodeData n = nodeDataList.at(i);
1906 TouchNodeData newNode;
1918 TouchNodeData final;
1923 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end();
1924 for (Vector<TouchNodeData>::const_iterator n = nodeDataList.begin(); n != nlast; ++n) {

Completed in 28 milliseconds