Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/tests/
DLinkHighlightTest.cpp79 Node* touchNode = webViewImpl->bestTapNode(platformEvent); in TEST() local
80 ASSERT_TRUE(touchNode); in TEST()
182 Node* touchNode = webViewImpl->bestTapNode(platformEvent); in TEST() local
183 ASSERT_TRUE(touchNode); in TEST()
192 touchNode->remove(IGNORE_EXCEPTION); in TEST()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1262 Node* touchNode = bestTapNode(tapEvent); in enableTapHighlightAtPoint() local
1265 highlightNodes.append(touchNode); in enableTapHighlightAtPoint()