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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.cpp334 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event) function in class:blink::WebPagePopupImpl
339 return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
H A DWebPopupMenuImpl.cpp149 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event) function in class:blink::WebPopupMenuImpl
151 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
312 return handleGestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
H A DPopupContainer.cpp293 // EventHandler::handleGestureEvent.
294 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) function in class:blink::PopupContainer
H A DPopupListBox.cpp186 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) function in class:blink::PopupListBox
H A DWebPluginContainerImpl.cpp196 handleGestureEvent(toGestureEvent(event));
835 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event) function in class:blink::WebPluginContainerImpl
H A DWebViewImpl.cpp618 return handleGestureEvent(syntheticGestureEvent);
623 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event) function in class:blink::WebViewImpl
717 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
738 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
745 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
769 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorController.cpp333 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) function in class:WebCore::InspectorController
336 m_overlay->handleGestureEvent(event);
338 return domAgent->handleGestureEvent(frame, event);
H A DInspectorOverlay.cpp284 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) function in class:WebCore::InspectorOverlay
289 return toLocalFrame(overlayPage()->mainFrame())->eventHandler().handleGestureEvent(event);
H A DInspectorDOMAgent.cpp1090 bool InspectorDOMAgent::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) function in class:WebCore::InspectorDOMAgent
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2065 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) function in class:WebCore::EventHandler
2092 return subframe->eventHandler().handleGestureEvent(gestureEvent);
2345 return toFrameView(widget)->frame().eventHandler().handleGestureEvent(gestureEvent);

Completed in 181 milliseconds