Searched defs:targetTouches (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DTouchEvent.cpp42 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches, argument
51 , m_targetTouches(targetTouches)
61 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches, argument
72 m_targetTouches = targetTouches;
H A DTouchEvent.h45 TouchList* targetTouches, TouchList* changedTouches,
50 return adoptRef(new TouchEvent(touches, targetTouches, changedTouches,
55 void initTouchEvent(TouchList* touches, TouchList* targetTouches,
62 TouchList* targetTouches() const { return m_targetTouches.get(); } function in class:WebCore::TouchEvent
66 void setTargetTouches(PassRefPtr<TouchList> targetTouches) { m_targetTouches = targetTouches; } argument
75 TouchEvent(TouchList* touches, TouchList* targetTouches,
44 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
H A DEventContext.h47 TouchList* targetTouches() { return m_targetTouches.get(); } function in class:WebCore::TouchEventContext
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h486 WebTouchPoint targetTouches[touchesLengthCap]; member in class:blink::WebTouchEvent

Completed in 106 milliseconds