Home
last modified time | relevance | path

Searched defs:touches (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DTouchEvent.h44 static PassRefPtr<TouchEvent> create(TouchList* touches, in create()
61 TouchList* touches() const { return m_touches.get(); } in touches() function
DTouchEvent.cpp41 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches, in TouchEvent()
60 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches, in initTouchEvent()
/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js530 findActiveTouch_: function(touches) { argument
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js530 findActiveTouch_: function(touches) { argument
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp239 TouchList* touches = (evt.data.multiTouch.action == kUp_ANPTouchAction in handleTouchEvent() local
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3079 RefPtr<TouchList> touches = TouchList::create(); in handleTouchEvent() local