Searched defs:handleGestureEvent (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.cpp370 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event) function in class:blink::WebPagePopupImpl
375 return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
H A DWebPopupMenuImpl.cpp146 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event) function in class:blink::WebPopupMenuImpl
148 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
308 return handleGestureEvent(static_cast<const WebGestureEvent&>(inputEvent));
H A DPopupContainer.cpp307 // EventHandler::handleGestureEvent.
308 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) function in class:blink::PopupContainer
H A DPopupListBox.cpp193 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) function in class:blink::PopupListBox
H A DWebPluginContainerImpl.cpp192 handleGestureEvent(toGestureEvent(event));
886 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event) function in class:blink::WebPluginContainerImpl
H A DWebViewImpl.cpp638 return handleGestureEvent(syntheticGestureEvent);
643 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event) function in class:blink::WebViewImpl
787 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent);
808 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent);
818 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorController.cpp377 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) function in class:blink::InspectorController
380 m_overlay->handleGestureEvent(event);
382 return domAgent->handleGestureEvent(frame, event);
H A DInspectorOverlay.cpp367 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) function in class:blink::InspectorOverlay
372 return toLocalFrame(overlayPage()->mainFrame())->eventHandler().handleGestureEvent(event);
H A DInspectorDOMAgent.cpp1166 bool InspectorDOMAgent::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) function in class:blink::InspectorDOMAgent
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2062 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) function in class:blink::EventHandler
2076 return handleGestureEvent(targetedEvent);
2079 bool EventHandler::handleGestureEvent(const GestureEventWithHitTestResults& targetedEvent) function in class:blink::EventHandler
2081 TRACE_EVENT0("input", "EventHandler::handleGestureEvent");

Completed in 682 milliseconds