Searched refs:touchNode (Results 1 – 2 of 2) sorted by relevance
79 Node* touchNode = webViewImpl->bestTapNode(platformEvent); in TEST() local80 ASSERT_TRUE(touchNode); in TEST()182 Node* touchNode = webViewImpl->bestTapNode(platformEvent); in TEST() local183 ASSERT_TRUE(touchNode); in TEST()192 touchNode->remove(IGNORE_EXCEPTION); in TEST()
1262 Node* touchNode = bestTapNode(tapEvent); in enableTapHighlightAtPoint() local1265 highlightNodes.append(touchNode); in enableTapHighlightAtPoint()