Searched refs:m_targetTouches (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventContext.cpp100 , m_targetTouches(TouchList::create())
113 checkReachability(m_targetTouches.get());
119 touchEvent->setTargetTouches(m_targetTouches);
H A DTouchEvent.h64 TouchList* targetTouches() const { return m_targetTouches.get(); }
68 void setTargetTouches(PassRefPtr<TouchList> targetTouches) { m_targetTouches = targetTouches; }
90 RefPtr<TouchList> m_targetTouches; member in class:WebCore::TouchEvent
H A DTouchEvent.cpp55 , m_targetTouches(targetTouches)
79 m_targetTouches = targetTouches;
H A DEventContext.h91 TouchList* targetTouches() { return m_targetTouches.get(); }
96 RefPtr<TouchList> m_targetTouches; member in class:WebCore::TouchEventContext

Completed in 139 milliseconds