Searched defs:didTapMultipleTargets (Results 1 - 2 of 2) 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.cc4033 bool RenderViewImpl::didTapMultipleTargets( function in class:content::RenderViewImpl

Completed in 38 milliseconds