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

  /external/webkit/Source/WebCore/platform/
ScrollAnimator.h 66 virtual void handleGestureEvent(const PlatformGestureEvent&);
ScrollableArea.cpp 124 void ScrollableArea::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
126 m_scrollAnimator->handleGestureEvent(gestureEvent);
ScrollAnimator.cpp 117 void ScrollAnimator::handleGestureEvent(const PlatformGestureEvent&)
ScrollableArea.h 57 void handleGestureEvent(const PlatformGestureEvent&);
ScrollView.cpp 863 ScrollableArea::handleGestureEvent(gestureEvent);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.h 65 virtual void handleGestureEvent(const PlatformGestureEvent&);
ScrollAnimatorMac.mm 834 void ScrollAnimatorMac::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.h 176 bool handleGestureEvent(const PlatformGestureEvent&);
EventHandler.cpp     [all...]
  /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/WebKit2/UIProcess/
WebPageProxy.h 295 void handleGestureEvent(const WebGestureEvent&);
    [all...]
WebPageProxy.cpp 891 void WebPageProxy::handleGestureEvent(const WebGestureEvent& event)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]

Completed in 260 milliseconds