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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h301 virtual WebContentDetectionResult detectContentAround(const WebHitTestResult&) { return WebContentDetectionResult(); } function in class:blink::WebViewClient
/external/chromium_org/content/renderer/
H A Drender_view_impl.h441 virtual blink::WebContentDetectionResult detectContentAround(
H A Drender_view_impl.cc3949 WebContentDetectionResult RenderViewImpl::detectContentAround( function in class:content::RenderViewImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1058 virtual WebContentDetectionResult detectContentAround(const WebHitTestResult& hitTest) OVERRIDE
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp4335 WebContentDetectionResult content = m_client->detectContentAround(touchHit);

Completed in 109 milliseconds