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

  /external/webkit/Source/WebKit2/Shared/
WebTouchEvent.cpp 36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers modifiers, double timestamp)
47 void WebTouchEvent::encode(CoreIPC::ArgumentEncoder* encoder) const
54 bool WebTouchEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebTouchEvent& t)
62 bool WebTouchEvent::isTouchEventType(Type type)
WebEventConversion.h 53 class WebTouchEvent;
66 WebCore::PlatformTouchEvent platform(const WebTouchEvent&);
WebEvent.h 69 // WebTouchEvent
307 class WebTouchEvent : public WebEvent {
309 WebTouchEvent() { }
312 WebTouchEvent(Type, Vector<WebPlatformTouchPoint>, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers, double timestamp);
317 static bool decode(CoreIPC::ArgumentDecoder*, WebTouchEvent&);
WebEventConversion.cpp 234 WebKit2PlatformTouchEvent(const WebTouchEvent& webEvent)
263 WebCore::PlatformTouchEvent platform(const WebTouchEvent& webEvent)
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.h 48 static WebTouchEvent createWebTouchEvent(QTouchEvent* event);
WebEventFactoryQt.cpp 167 WebTouchEvent WebEventFactory::createWebTouchEvent(QTouchEvent* event)
206 return WebTouchEvent(type, m_touchPoints, m_ctrlKey, m_altKey, m_shiftKey, m_metaKey, modifiers, timestamp);
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 103 // WebTouchEvent
304 // WebTouchEvent --------------------------------------------------------------
306 class WebTouchEvent : public WebInputEvent {
313 WebTouchEvent(unsigned sizeParam = sizeof(WebTouchEvent))
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.h 83 PlatformTouchEventBuilder(WebCore::Widget*, const WebTouchEvent&);
WebViewImpl.h 87 class WebTouchEvent;
257 bool touchEvent(const WebTouchEvent&);
WebInputEventConversion.cpp 217 PlatformTouchEventBuilder::PlatformTouchEventBuilder(Widget* widget, const WebTouchEvent& event)
WebViewImpl.cpp 741 bool WebViewImpl::touchEvent(const WebTouchEvent& event)
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.h 203 WebKit::WebTouchEvent touch_event_;
render_widget_host_view_views.cc 58 using WebKit::WebTouchEvent;
513 WebTouchEvent::touchPointsLengthCap) {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 119 class WebTouchEvent;
468 void touchEvent(const WebTouchEvent&);
WebPage.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 399 WebTouchEvent touchEvent = WebEventFactory::createWebTouchEvent(event);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 298 void handleTouchEvent(const WebTouchEvent&);
    [all...]
WebPageProxy.cpp 902 void WebPageProxy::handleTouchEvent(const WebTouchEvent& event)
    [all...]

Completed in 211 milliseconds