Home
last modified time | relevance | path

Searched refs:NotAboutToExecuteScript (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/bindings/
DScriptControllerBase.h37 NotAboutToExecuteScript enumerator
/external/webkit/Source/WebCore/bindings/js/
DScriptController.cpp353 if (!canExecuteScripts(NotAboutToExecuteScript)) in cacheableBindingRootObject()
365 if (!canExecuteScripts(NotAboutToExecuteScript)) in bindingRootObject()
398 if (canExecuteScripts(NotAboutToExecuteScript)) { in windowScriptNPObject()
431 if (!canExecuteScripts(NotAboutToExecuteScript)) in jsObjectForPluginElement()
DScriptState.cpp79 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript)) in scriptStateFromNode()
DPageScriptDebugServer.cpp179 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript)) in setJavaScriptPaused()
DScriptControllerMac.mm110 if (!canExecuteScripts(NotAboutToExecuteScript))
/external/webkit/Source/WebCore/xml/
DXMLTreeViewer.cpp76 if (!m_document->frame()->script()->canExecuteScripts(NotAboutToExecuteScript)) in transformDocumentToTreeView()
/external/webkit/Source/WebCore/bindings/v8/
DScriptController.cpp414 if (canExecuteScripts(NotAboutToExecuteScript)) { in windowScriptNPObject()
431 if (!canExecuteScripts(NotAboutToExecuteScript)) in createScriptObjectForPluginElement()
DV8Proxy.cpp615 … return frame->script()->canExecuteScripts(NotAboutToExecuteScript) ? frame->script()->proxy() : 0; in retrieve()
/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.cpp129 if (frame && frame->script()->canExecuteScripts(NotAboutToExecuteScript)) { in createRenderer()
DHTMLElement.cpp781 if (frame && frame->script()->canExecuteScripts(NotAboutToExecuteScript)) in rendererIsNeeded()
DHTMLMediaElement.cpp1511 if (frame && !frame->script()->canExecuteScripts(NotAboutToExecuteScript)) in controls()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp1131 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript)) in isProcessingUserGesture()
2195 if (m_frame->script()->canExecuteScripts(NotAboutToExecuteScript)) { in prepareForCachedPageRestore()
3449 if (!m_frame->script()->canExecuteScripts(NotAboutToExecuteScript)) in dispatchDidClearWindowObjectsInAllWorlds()
3460 …if (!m_frame->script()->canExecuteScripts(NotAboutToExecuteScript) || !m_frame->script()->existing… in dispatchDidClearWindowObjectInWorld()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp915 ASSERT(frame()->script()->canExecuteScripts(NotAboutToExecuteScript)); in windowScriptNPObject()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm823 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
1359 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp563 if (!m_parentFrame->script()->canExecuteScripts(NotAboutToExecuteScript)) in load()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp759 if (!m_frame || !m_frame->script()->canExecuteScripts(NotAboutToExecuteScript)) in bindToWindowObject()
/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp2832 return frame->script()->canExecuteScripts(NotAboutToExecuteScript); in scriptEnabled()
/external/webkit/Source/WebCore/dom/
DDocument.cpp522 …ocessNoScriptElement = !(m_frame && m_frame->script()->canExecuteScripts(NotAboutToExecuteScript)); in Document()