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

  /external/webkit/WebCore/dom/
TouchEvent.h 42 static PassRefPtr<TouchEvent> create(TouchList* touches,
48 return adoptRef(new TouchEvent(touches, targetTouches, changedTouches,
53 void initTouchEvent(TouchList* touches, TouchList* targetTouches,
59 TouchList* touches() const { return m_touches.get(); } function in class:WebCore::TouchEvent
65 TouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent.cpp 34 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches,
40 , m_touches(touches)
46 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent.idl 31 readonly attribute TouchList touches;
39 void initTouchEvent(in TouchList touches,
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 218 // co-ordinates as there is no touch in touches anymore.
219 TouchList* touches = (evt.data.touch.action == kUp_ANPTouchAction local
220 || evt.data.touch.action == kCancel_ANPTouchAction) ? event->changedTouches() : event->touches();
224 IntPoint localPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(IntPoint(touches->item(0)->pageX(), touches->item(0)->pageY())));
  /external/webkit/WebCore/page/
EventHandler.cpp 2570 RefPtr<TouchList> touches = TouchList::create(); local
    [all...]

Completed in 845 milliseconds