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

  /external/chromium_org/third_party/WebKit/Source/core/events/
TouchEvent.h 61 TouchList* touches() const { return m_touches.get(); }
65 void setTouches(PassRefPtr<TouchList> touches) { m_touches = touches; }
81 RefPtr<TouchList> m_touches; member in class:WebCore::TouchEvent
EventContext.cpp 81 : m_touches(TouchList::create())
95 touchEvent->setTouches(m_touches);
EventContext.h 46 TouchList* touches() { return m_touches.get(); }
53 RefPtr<TouchList> m_touches; member in class:WebCore::TouchEventContext
TouchEvent.cpp 50 , m_touches(touches)
71 m_touches = touches;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 3611 RefPtr<TouchList> m_touches; member in struct:WebCore::__anon13420
    [all...]

Completed in 52 milliseconds