Searched defs:TouchEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
H A DTouchEvent.cpp30 #include "TouchEvent.h"
34 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches, function in class:WebCore::TouchEvent
46 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches,
H A DTouchEvent.h36 class TouchEvent : public MouseRelatedEvent { class in namespace:WebCore
38 static PassRefPtr<TouchEvent> create()
40 return adoptRef(new TouchEvent);
42 static PassRefPtr<TouchEvent> create(TouchList* touches,
48 return adoptRef(new TouchEvent(touches, targetTouches, changedTouches,
64 TouchEvent() {} function in class:WebCore::TouchEvent
65 TouchEvent(TouchList* touches, TouchList* targetTouches,

Completed in 19 milliseconds