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

  /external/webkit/Source/WebKit2/Shared/
WebGestureEvent.cpp 38 WebGestureEvent::WebGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, Modifiers modifiers, double timestamp)
46 void WebGestureEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
54 bool WebGestureEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebGestureEvent& t)
65 bool WebGestureEvent::isGestureEventType(Type type)
WebEventConversion.h 49 class WebGestureEvent;
62 WebCore::PlatformGestureEvent platform(const WebGestureEvent&);
WebEvent.h 63 // WebGestureEvent
249 class WebGestureEvent : public WebEvent {
251 WebGestureEvent() { }
252 WebGestureEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, Modifiers, double timestamp);
258 static bool decode(CoreIPC::ArgumentDecoder*, WebGestureEvent&);
WebEventConversion.cpp 175 WebKit2PlatformGestureEvent(const WebGestureEvent& webEvent)
194 WebCore::PlatformGestureEvent platform(const WebGestureEvent& webEvent)
  /external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.h 43 static WebGestureEvent createWebGestureEvent(NSEvent *event, NSView *windowView);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 115 class WebGestureEvent;
465 void gestureEvent(const WebGestureEvent&);
WebPage.cpp 1015 static bool handleGestureEvent(const WebGestureEvent& gestureEvent, Page* page)
1025 void WebPage::gestureEvent(const WebGestureEvent& gestureEvent)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 107 class WebGestureEvent;
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 209 milliseconds