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

  /external/webkit/Source/WebCore/html/
MediaDocument.cpp 163 video->pause(event->fromUserGesture());
168 video->play(event->fromUserGesture());
176 video->play(event->fromUserGesture());
178 video->pause(event->fromUserGesture());
  /external/webkit/Source/WebCore/dom/
Event.cpp 246 bool Event::fromUserGesture()
Event.h 151 bool fromUserGesture();
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 261 return event->fromUserGesture();
296 if (event && event->fromUserGesture())
  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.cpp 185 // Event::fromUserGesture will return false when UserGestureIndicator::processingUserGesture() returns false.
186 return event->fromUserGesture();
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp 386 if (!event->fromUserGesture()) {
MediaControlElements.cpp 450 mediaElement()->pause(event->fromUserGesture());

Completed in 1917 milliseconds