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

  /external/chromium_org/third_party/WebKit/Source/core/events/
GestureEvent.h 41 virtual bool isGestureEvent() const OVERRIDE;
GestureEvent.cpp 79 bool GestureEvent::isGestureEvent() const
Event.cpp 157 bool Event::isGestureEvent() const
Event.h 146 virtual bool isGestureEvent() const;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.cpp 431 m_wasLastEventTouch = event->isTouchEvent() || event->isGestureEvent()
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 191 else if (event->isGestureEvent())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp     [all...]

Completed in 1209 milliseconds