HomeSort by relevance Sort by last modified time
    Searched refs:handleGestureEvent (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h 59 virtual bool handleGestureEvent(const WebGestureEvent&) = 0;
PopupContainer.h 73 bool handleGestureEvent(const PlatformGestureEvent&);
WebPagePopupImpl.h 86 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
WebPopupMenuImpl.cpp 146 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event)
148 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
308 return handleGestureEvent(static_cast<const WebGestureEvent&>(inputEvent));
WebPopupMenuImpl.h 103 bool handleGestureEvent(const WebGestureEvent&);
PopupListBox.h 129 bool handleGestureEvent(const PlatformGestureEvent&);
WebPluginContainerImpl.h 185 void handleGestureEvent(GestureEvent*);
WebPagePopupImpl.cpp 370 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event)
375 return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
PageWidgetDelegate.cpp 164 return handler.handleGestureEvent(static_cast<const WebGestureEvent&>(event));
178 // should call handleGestureEvent, just like it currently does for
WebPluginContainerImpl.cpp 192 handleGestureEvent(toGestureEvent(event));
886 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event)
PopupContainer.cpp 307 // EventHandler::handleGestureEvent.
308 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
WebDevToolsAgentImpl.cpp 347 return ic->handleGestureEvent(toLocalFrame(page->mainFrame()), gestureEvent);
WebViewImpl.h 593 virtual bool handleGestureEvent(const WebGestureEvent&) OVERRIDE;
WebViewImpl.cpp 638 return handleGestureEvent(syntheticGestureEvent);
643 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event)
787 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(targetedEvent);
    [all...]
PopupListBox.cpp 193 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.h 89 bool handleGestureEvent(const PlatformGestureEvent&);
InspectorController.h 108 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
InspectorController.cpp 377 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
380 m_overlay->handleGestureEvent(event);
382 return domAgent->handleGestureEvent(frame, event);
InspectorDOMAgent.h 198 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
InspectorOverlay.cpp 367 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event)
372 return toLocalFrame(overlayPage()->mainFrame())->eventHandler().handleGestureEvent(event);
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 146 bool handleGestureEvent(const PlatformGestureEvent&);
147 bool handleGestureEvent(const GestureEventWithHitTestResults&);
EventHandler.cpp     [all...]

Completed in 439 milliseconds