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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h208 // that uses the second didTapMultipleTargets() propagates.
211 virtual bool didTapMultipleTargets(const WebGestureEvent&, const WebVector<WebRect>& targetRects) { return false; } function in class:blink::WebViewClient
214 virtual bool didTapMultipleTargets(const WebSize& pinchViewportOffset, const WebRect& touchRect, const WebVector<WebRect>& targetRects) { return false; } function in class:blink::WebViewClient
/external/chromium_org/content/renderer/
H A Drender_view_impl.h415 virtual bool didTapMultipleTargets(
H A Drender_view_impl.cc4033 bool RenderViewImpl::didTapMultipleTargets( function in class:content::RenderViewImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp776 && m_client->didTapMultipleTargets(pinchViewportOffset, boundingBox, goodTargets)) {
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp4057 virtual bool didTapMultipleTargets(const WebSize&, const WebRect&, const WebVector<WebRect>& targetRects) OVERRIDE

Completed in 82 milliseconds