Searched refs:touchHit (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp4319 HitTestResult touchHit = hitTestResultForWindowPos(position); local
4321 if (touchHit.isContentEditable())
4324 Node* node = touchHit.innerNode();
4335 WebContentDetectionResult content = m_client->detectContentAround(touchHit);

Completed in 51 milliseconds