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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h173 virtual void hasTouchEventHandlers(bool) { } function in class:WebKit::WebWidgetClient
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewGestureHandlerTest.java214 mGestureHandler.hasTouchEventHandlers(true);
271 mGestureHandler.hasTouchEventHandlers(true);
336 mGestureHandler.hasTouchEventHandlers(true);
403 mGestureHandler.hasTouchEventHandlers(true);
464 mGestureHandler.hasTouchEventHandlers(true);
516 mGestureHandler.hasTouchEventHandlers(true);
1108 gestureHandler.hasTouchEventHandlers(true);
1241 * Verifies that when hasTouchEventHandlers changes while in a gesture, that the pending
1288 mGestureHandler.hasTouchEventHandlers(true);
1524 mGestureHandler.hasTouchEventHandlers(tru
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.cpp142 m_popup->widgetClient()->hasTouchEventHandlers(needsTouchEvents);
H A DWebViewImpl.h399 void hasTouchEventHandlers(bool);
H A DChromeClientImpl.cpp965 m_webView->hasTouchEventHandlers(needsTouchEvents);
H A DWebViewImpl.cpp1368 void WebViewImpl::hasTouchEventHandlers(bool hasTouchHandlers) function in class:WebKit::WebViewImpl
1371 m_client->hasTouchEventHandlers(hasTouchHandlers);
/external/chromium_org/content/renderer/
H A Drender_widget.h511 virtual void hasTouchEventHandlers(bool has_handlers);
H A Drender_widget.cc2501 void RenderWidget::hasTouchEventHandlers(bool has_handlers) { function in class:content::RenderWidget
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java1239 private void hasTouchEventHandlers(boolean hasTouchHandlers) { method in class:ContentViewCore
1240 mContentViewGestureHandler.hasTouchEventHandlers(hasTouchHandlers);
H A DContentViewGestureHandler.java827 * it gets cleared in hasTouchEventHandlers() called from WebKit
842 void hasTouchEventHandlers(boolean hasTouchHandlers) { method in class:ContentViewGestureHandler
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h974 bool hasTouchEventHandlers() const { return (m_touchEventTargets.get()) ? m_touchEventTargets->size() : false; } function in class:WebCore::Document
H A DDocument.cpp4764 if (frame->document() && frame->document()->hasTouchEventHandlers())
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMWindow.cpp368 if (m_document->hasTouchEventHandlers())
H A DEventHandler.cpp3635 if (!doc->hasTouchEventHandlers())
3660 if (!doc->hasTouchEventHandlers())

Completed in 251 milliseconds