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

  /external/webkit/Source/WebCore/platform/
ScrollAnimator.cpp 117 void ScrollAnimator::handleGestureEvent(const PlatformGestureEvent&)
ScrollableArea.cpp 124 void ScrollableArea::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
126 m_scrollAnimator->handleGestureEvent(gestureEvent);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 1015 static bool handleGestureEvent(const WebGestureEvent& gestureEvent, Page* page)
1022 return frame->eventHandler()->handleGestureEvent(platformGestureEvent);
1029 bool handled = handleGestureEvent(gestureEvent, m_page.get());
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 891 void WebPageProxy::handleGestureEvent(const WebGestureEvent& event)
    [all...]

Completed in 51 milliseconds