Home
last modified time | relevance | path

Searched refs:handleGestureEvent (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebPopupMenuImpl.cpp146 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebPopupMenuImpl
148 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event)); in handleGestureEvent()
308 return handleGestureEvent(static_cast<const WebGestureEvent&>(inputEvent)); in handleInputEvent()
DPageWidgetDelegate.h59 virtual bool handleGestureEvent(const WebGestureEvent&) = 0;
DPopupContainer.h73 bool handleGestureEvent(const PlatformGestureEvent&);
DWebPagePopupImpl.h86 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
DWebPagePopupImpl.cpp370 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebPagePopupImpl
375 … return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event)); in handleGestureEvent()
DWebPopupMenuImpl.h103 bool handleGestureEvent(const WebGestureEvent&);
DPopupListBox.h129 bool handleGestureEvent(const PlatformGestureEvent&);
DPageWidgetDelegate.cpp164 return handler.handleGestureEvent(static_cast<const WebGestureEvent&>(event)); in handleInputEvent()
DWebPluginContainerImpl.h185 void handleGestureEvent(GestureEvent*);
DWebPluginContainerImpl.cpp192 handleGestureEvent(toGestureEvent(event)); in handleEvent()
886 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event) in handleGestureEvent() function in blink::WebPluginContainerImpl
DWebDevToolsAgentImpl.cpp347 return ic->handleGestureEvent(toLocalFrame(page->mainFrame()), gestureEvent); in handleInputEvent()
DPopupContainer.cpp308 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent() function in blink::PopupContainer
DWebViewImpl.h593 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
DWebViewImpl.cpp638 return handleGestureEvent(syntheticGestureEvent); in scrollBy()
643 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event) in handleGestureEvent() function in blink::WebViewImpl
787 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent); in handleGestureEvent()
808 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent); in handleGestureEvent()
818 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent); in handleGestureEvent()
DPopupListBox.cpp193 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() function in blink::PopupListBox
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorController.cpp377 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) in handleGestureEvent() function in blink::InspectorController
380 m_overlay->handleGestureEvent(event); in handleGestureEvent()
382 return domAgent->handleGestureEvent(frame, event); in handleGestureEvent()
DInspectorOverlay.h89 bool handleGestureEvent(const PlatformGestureEvent&);
DInspectorController.h108 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
DInspectorDOMAgent.h198 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
DInspectorOverlay.cpp367 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent() function in blink::InspectorOverlay
372 return toLocalFrame(overlayPage()->mainFrame())->eventHandler().handleGestureEvent(event); in handleGestureEvent()
DInspectorDOMAgent.cpp1166 bool InspectorDOMAgent::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) in handleGestureEvent() function in blink::InspectorDOMAgent
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h146 bool handleGestureEvent(const PlatformGestureEvent&);
147 bool handleGestureEvent(const GestureEventWithHitTestResults&);
DEventHandler.cpp2062 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent() function in blink::EventHandler
2076 return handleGestureEvent(targetedEvent); in handleGestureEvent()
2079 bool EventHandler::handleGestureEvent(const GestureEventWithHitTestResults& targetedEvent) in handleGestureEvent() function in blink::EventHandler