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

/external/webkit/WebCore/dom/
H A DTouchEvent.cpp35 TouchList* changedTouches, const AtomicString& type,
42 , m_changedTouches(changedTouches)
47 TouchList* changedTouches, const AtomicString& type,
34 TouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
46 initTouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DTouchEvent.h43 TouchList* targetTouches, TouchList* changedTouches,
48 return adoptRef(new TouchEvent(touches, targetTouches, changedTouches,
54 TouchList* changedTouches, const AtomicString& type,
61 TouchList* changedTouches() const { return m_changedTouches.get(); } function in class:WebCore::TouchEvent
66 TouchList* changedTouches, const AtomicString& type,
42 create(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument

Completed in 10 milliseconds