bestTapNode      1172 Source/web/WebViewImpl.cpp     Node* touchNode = bestTapNode(tapEvent);
bestTapNode       473 Source/web/WebViewImpl.h     WebCore::Node* bestTapNode(const WebCore::PlatformGestureEvent& tapEvent);
bestTapNode        79 Source/web/tests/LinkHighlightTest.cpp         Node* touchNode = webViewImpl->bestTapNode(platformEvent);
bestTapNode        86 Source/web/tests/LinkHighlightTest.cpp         EXPECT_FALSE(webViewImpl->bestTapNode(platformEvent));
bestTapNode       182 Source/web/tests/LinkHighlightTest.cpp     Node* touchNode = webViewImpl->bestTapNode(platformEvent);