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 334 bool WebPagePopupImpl::handleGestureEvent(const WebGestureEvent& event)
339 return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
WebPopupMenuImpl.cpp 149 bool WebPopupMenuImpl::handleGestureEvent(const WebGestureEvent& event)
151 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
312 return handleGestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));
PopupContainer.cpp 293 // EventHandler::handleGestureEvent.
294 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
PopupListBox.cpp 186 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&)
WebPluginContainerImpl.cpp 196 handleGestureEvent(toGestureEvent(event));
835 void WebPluginContainerImpl::handleGestureEvent(GestureEvent* event)
WebViewImpl.cpp 618 return handleGestureEvent(syntheticGestureEvent);
623 bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event)
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);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.cpp 333 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
336 m_overlay->handleGestureEvent(event);
338 return domAgent->handleGestureEvent(frame, event);
InspectorOverlay.cpp 284 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event)
289 return toLocalFrame(overlayPage()->mainFrame())->eventHandler().handleGestureEvent(event);
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 135 milliseconds