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/dom/
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 102 , m_touches(TouchList::create())
115 checkReachability(m_touches.get());
121 touchEvent->setTouches(m_touches);
TouchEvent.cpp 51 , m_touches(touches)
72 m_touches = touches;
EventContext.h 92 TouchList* touches() { return m_touches.get(); }
97 RefPtr<TouchList> m_touches; member in class:WebCore::TouchEventContext
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 3552 RefPtr<TouchList> m_touches; member in struct:WebCore::__anon12625
    [all...]

Completed in 81 milliseconds