Searched refs:canExecuteScripts (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/xml/
H A DXMLTreeViewer.cpp76 if (!m_document->frame()->script()->canExecuteScripts(NotAboutToExecuteScript))
/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp35 bool ScriptController::canExecuteScripts(ReasonForCallingCanExecuteScripts reason) function in class:WebCore::ScriptController
55 if (!canExecuteScripts(AboutToExecuteScript) || isPaused())
/external/webkit/Source/WebCore/bindings/js/
H A DScriptEventListener.cpp65 if (!scriptController->canExecuteScripts(AboutToExecuteScript))
88 if (!scriptController->canExecuteScripts(AboutToExecuteScript))
H A DScriptState.cpp79 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
H A DJSLazyEventListener.cpp87 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
H A DScriptController.cpp353 if (!canExecuteScripts(NotAboutToExecuteScript))
365 if (!canExecuteScripts(NotAboutToExecuteScript))
398 if (canExecuteScripts(NotAboutToExecuteScript)) {
431 if (!canExecuteScripts(NotAboutToExecuteScript))
498 if (!canExecuteScripts(AboutToExecuteScript) || isPaused())
H A DScriptControllerMac.mm110 if (!canExecuteScripts(NotAboutToExecuteScript))
H A DJSEventListener.cpp92 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
H A DPageScriptDebugServer.cpp179 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
H A DScheduledAction.cpp125 if (!frame || !frame->script()->canExecuteScripts(AboutToExecuteScript))
H A DScriptController.h116 bool canExecuteScripts(ReasonForCallingCanExecuteScripts);
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptEventListener.cpp58 if (!scriptController->canExecuteScripts(AboutToExecuteScript))
78 if (!scriptController->canExecuteScripts(AboutToExecuteScript))
H A DScriptController.h127 bool canExecuteScripts(ReasonForCallingCanExecuteScripts);
H A DScriptController.cpp414 if (canExecuteScripts(NotAboutToExecuteScript)) {
431 if (!canExecuteScripts(NotAboutToExecuteScript))
H A DV8Proxy.cpp581 return frame->script()->canExecuteScripts(NotAboutToExecuteScript) ? frame->script()->proxy() : 0;
/external/webkit/Source/WebCore/dom/
H A DScriptElement.cpp198 if (!m_element->document()->frame()->script()->canExecuteScripts(AboutToExecuteScript))
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp130 if (frame && frame->script()->canExecuteScripts(NotAboutToExecuteScript)) {
H A DHTMLElement.cpp776 if (frame && frame->script()->canExecuteScripts(NotAboutToExecuteScript))
H A DHTMLMediaElement.cpp1536 if (frame && !frame->script()->canExecuteScripts(NotAboutToExecuteScript))
/external/webkit/Source/WebKit/wx/
H A DWebFrame.cpp230 bool jsEnabled = controller->canExecuteScripts(WebCore::AboutToExecuteScript);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1123 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
2187 if (m_frame->script()->canExecuteScripts(NotAboutToExecuteScript)) {
3435 if (!m_frame->script()->canExecuteScripts(NotAboutToExecuteScript))
3446 if (!m_frame->script()->canExecuteScripts(NotAboutToExecuteScript) || !m_frame->script()->existingWindowShell(world))
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm823 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
1359 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp915 ASSERT(frame()->script()->canExecuteScripts(NotAboutToExecuteScript));
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp563 if (!m_parentFrame->script()->canExecuteScripts(NotAboutToExecuteScript))
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp759 if (!m_frame || !m_frame->script()->canExecuteScripts(NotAboutToExecuteScript))

Completed in 309 milliseconds

12