Searched refs:firstUncontainedNode (Results 1 – 1 of 1) sorted by relevance
1226 Node* firstUncontainedNode = 0; in bestTapNode() local1239 if (!firstUncontainedNode && !bestTouchNode->renderer()->isContainedInParentBoundingBox()) in bestTapNode()1240 firstUncontainedNode = bestTouchNode; in bestTapNode()1248 if (firstUncontainedNode) in bestTapNode()1249 return firstUncontainedNode; in bestTapNode()