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

  /external/webkit/WebCore/dom/
TouchEvent.cpp 30 #include "TouchEvent.h"
34 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches,
46 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent.h 36 class TouchEvent : public MouseRelatedEvent {
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() {}
65 TouchEvent(TouchList* touches, TouchList* targetTouches,

Completed in 37 milliseconds