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/
TouchEventContext.cpp 42 : m_touches(TouchList::create())
54 touchEvent->setTouches(m_touches);
61 visitor->trace(m_touches);
TouchEventContext.h 45 TouchList& touches() { return *m_touches; }
54 RefPtrWillBeMember<TouchList> m_touches; member in class:blink::TouchEventContext
TouchEvent.cpp 48 , m_touches(touches)
73 m_touches = touches;
106 visitor->trace(m_touches);
TouchEvent.h 60 TouchList* touches() const { return m_touches.get(); }
64 void setTouches(PassRefPtrWillBeRawPtr<TouchList> touches) { m_touches = touches; }
83 RefPtrWillBeMember<TouchList> m_touches; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 3647 RefPtrWillBeMember<TouchList> m_touches; member in struct:blink::__anon15758
    [all...]

Completed in 182 milliseconds