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

  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.cpp 97 bool processingUserGesture()
99 return V8BindingState::Only()->processingUserGesture();
ScriptController.cpp 157 bool ScriptController::processingUserGesture()
182 // Based on code from JSC's ScriptController::processingUserGesture.
185 // Event::fromUserGesture will return false when UserGestureIndicator::processingUserGesture() returns false.
199 // Based on JSC version, use returned value of UserGestureIndicator::processingUserGesture for all other situations.
200 return UserGestureIndicator::processingUserGesture();
206 return ScriptController::processingUserGesture();
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 87 bool State<V8Binding>::processingUserGesture()
89 return ScriptController::processingUserGesture();
  /external/webkit/Source/WebCore/dom/
UserGestureIndicator.h 42 static bool processingUserGesture() { return s_processingUserGesture == DefinitelyProcessingUserGesture; }
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 419 bool processingUserGesture()
421 return ScriptController::processingUserGesture();
ScriptController.cpp 240 bool ScriptController::processingUserGesture()
263 return UserGestureIndicator::processingUserGesture();
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 374 pause(processingUserGesture());
    [all...]

Completed in 169 milliseconds