Searched refs:ScriptController (Results 26 - 42 of 42) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp30 #include "bindings/v8/ScriptController.h"
296 submit(0, false, ScriptController::processingUserGesture(), SubmittedByJavaScript);
388 if (!shouldAutocomplete() || !ScriptController::processingUserGesture()) {
H A DFileInputType.cpp27 #include "bindings/v8/ScriptController.h"
142 if (!ScriptController::processingUserGesture())
H A DHTMLMediaElement.cpp33 #include "bindings/v8/ScriptController.h"
654 if (userGestureRequiredForLoad() && !ScriptController::processingUserGesture())
657 m_loadInitiatedByUserGesture = ScriptController::processingUserGesture();
2166 if (userGestureRequiredForRateChange() && !ScriptController::processingUserGesture())
2168 if (ScriptController::processingUserGesture())
2175 ASSERT(!ScriptController::processingUserGesture());
2218 if (userGestureRequiredForRateChange() && !ScriptController::processingUserGesture())
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DTextControlInnerElements.cpp31 #include "bindings/v8/ScriptController.h"
282 if (!ScriptController::processingUserGesture()) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DFullscreenElementStack.cpp32 #include "bindings/v8/ScriptController.h"
187 if (!ScriptController::processingUserGesture())
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrame.cpp34 #include "bindings/v8/ScriptController.h"
106 , m_script(adoptPtr(new ScriptController(this)))
H A DDOMWindow.cpp38 #include "bindings/v8/ScriptController.h"
285 if (ScriptController::processingUserGesture())
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DNPV8Object.cpp31 #include "bindings/v8/ScriptController.h"
87 return ScriptController::mainWorldContext(object->rootObject->frame());
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp34 #include "bindings/v8/ScriptController.h"
423 if (!DOMWindow::allowPopUp(m_frame) && !ScriptController::processingUserGesture())
1031 // This is only called by ScriptController::executeScriptIfJavaScriptURL
H A DFrameLoader.cpp40 #include "bindings/v8/ScriptController.h"
248 if (!DOMWindow::allowPopUp(m_frame) && !ScriptController::processingUserGesture())
431 // Do not drop the DOMWindow (and Document) before the ScriptController and view are cleared
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_derived.target.darwin-arm.mk212 third_party/WebKit/Source/bindings/v8/ScriptController.cpp \
H A Dwebcore_derived.target.darwin-mips.mk212 third_party/WebKit/Source/bindings/v8/ScriptController.cpp \
H A Dwebcore_derived.target.darwin-x86.mk212 third_party/WebKit/Source/bindings/v8/ScriptController.cpp \
H A Dwebcore_derived.target.linux-arm.mk212 third_party/WebKit/Source/bindings/v8/ScriptController.cpp \
H A Dwebcore_derived.target.linux-mips.mk212 third_party/WebKit/Source/bindings/v8/ScriptController.cpp \
H A Dwebcore_derived.target.linux-x86.mk212 third_party/WebKit/Source/bindings/v8/ScriptController.cpp \
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp109 #include "bindings/v8/ScriptController.h"
880 return ScriptController::mainWorldContext(frame());
2445 // This is copied from ScriptController::executeScriptIfJavaScriptURL.

Completed in 243 milliseconds

12