Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/tests/
DLinkHighlightTest.cpp79 Node* touchNode = webViewImpl->bestTapNode(platformEvent); in TEST()
86 EXPECT_FALSE(webViewImpl->bestTapNode(platformEvent)); in TEST()
182 Node* touchNode = webViewImpl->bestTapNode(platformEvent); in TEST()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h512 WebCore::Node* bestTapNode(const WebCore::PlatformGestureEvent& tapEvent);
DWebViewImpl.cpp1212 Node* WebViewImpl::bestTapNode(const PlatformGestureEvent& tapEvent) in bestTapNode() function in blink::WebViewImpl
1262 Node* touchNode = bestTapNode(tapEvent); in enableTapHighlightAtPoint()