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

  /external/webkit/WebCore/bindings/js/
JSLocationCustom.cpp 209 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
223 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
234 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
245 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
262 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
273 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
284 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
301 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
346 navigateIfAllowed(exec, frame, url, !frame->script()->anyPageIsProcessingUserGesture(), false);
JSDocumentCustom.cpp 91 frame->redirectScheduler()->scheduleLocationChange(str, activeFrame->loader()->outgoingReferrer(), !activeFrame->script()->anyPageIsProcessingUserGesture(), false, userGesture);
ScriptController.h 111 bool anyPageIsProcessingUserGesture() const;
JSDOMWindowCustom.cpp 516 frame->redirectScheduler()->scheduleLocationChange(url, lexicalFrame->loader()->outgoingReferrer(), !lexicalFrame->script()->anyPageIsProcessingUserGesture(), false, processingUserGesture(exec));
715 newFrame->redirectScheduler()->scheduleLocationChange(completedURL.string(), referrer, !lexicalFrame->script()->anyPageIsProcessingUserGesture(), false, userGesture);
780 frame->redirectScheduler()->scheduleLocationChange(completedURL, referrer, !lexicalFrame->script()->anyPageIsProcessingUserGesture(), false, userGesture);
    [all...]
ScriptController.cpp 254 bool ScriptController::anyPageIsProcessingUserGesture() const
  /external/webkit/WebCore/bindings/v8/
ScriptController.h 149 bool anyPageIsProcessingUserGesture() const;
ScriptController.cpp 202 bool ScriptController::anyPageIsProcessingUserGesture() const
  /external/webkit/WebCore/html/
HTMLFormElement.cpp 336 submit(0, false, !javaScriptActiveFrame->script()->anyPageIsProcessingUserGesture(), SubmittedByJavaScript);

Completed in 179 milliseconds