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

  /external/webkit/Source/WebCore/dom/
TouchEvent.idl 39 void initTouchEvent(in TouchList touches,
TouchEvent.cpp 60 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent.h 55 void initTouchEvent(TouchList* touches, TouchList* targetTouches,
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list.js 19 evt.initTouchEvent(tl, tl, tl, "touchstart", window, 0, 0, 0, 0, true, false, false, false);

Completed in 986 milliseconds