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

  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.cpp 279 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event)
284 return frame.eventHandler()->handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
PopupContainer.cpp 291 // EventHandler::handleGestureEvent.
292 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
WebPopupMenuImpl.cpp 128 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event)
130 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
274 return handleGestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
PopupListBox.cpp 192 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&)
WebPluginContainerImpl.cpp 198 handleGestureEvent(static_cast<GestureEvent*>(event));
813 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event)
WebViewImpl.cpp 654 handleGestureEvent(syntheticGestureEvent);
658 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event)
754 eventSwallowed = mainFrameImpl()->frame()->eventHandler()->handleGestureEvent(platformEvent);
775 eventSwallowed = mainFrameImpl()->frame()->eventHandler()->handleGestureEvent(platformEvent);
782 eventSwallowed = mainFrameImpl()->frame()->eventHandler()->handleGestureEvent(platformEvent);
804 eventSwallowed = mainFrameImpl()->frame()->eventHandler()->handleGestureEvent(platformEvent);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.cpp 325 bool InspectorController::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event)
328 m_overlay->handleGestureEvent(event);
330 return domAgent->handleGestureEvent(frame, event);
InspectorOverlay.cpp 258 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event)
263 return overlayPage()->mainFrame()->eventHandler()->handleGestureEvent(event);
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 106 milliseconds