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

  /external/webkit/WebCore/bindings/v8/
V8Utilities.cpp 97 bool processingUserGesture()
100 return frame && frame->script()->processingUserGesture();
125 frame->redirectScheduler()->scheduleLocationChange(url.string(), callingFrame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture());
ScriptController.cpp 153 bool ScriptController::processingUserGesture(DOMWrapperWorld*) const
205 return processingUserGesture();
  /external/webkit/WebCore/bindings/js/
ScriptController.cpp 226 bool ScriptController::processingUserGesture(DOMWrapperWorld* world) const
JSDOMBinding.cpp 778 bool processingUserGesture(ExecState* exec)
781 return frame && frame->script()->processingUserGesture(currentWorld(exec));
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 273 pause(processingUserGesture());
    [all...]

Completed in 55 milliseconds