Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1226 Node* firstUncontainedNode = 0; in bestTapNode() local
1239 if (!firstUncontainedNode && !bestTouchNode->renderer()->isContainedInParentBoundingBox()) in bestTapNode()
1240 firstUncontainedNode = bestTouchNode; in bestTapNode()
1248 if (firstUncontainedNode) in bestTapNode()
1249 return firstUncontainedNode; in bestTapNode()