Searched refs:isJSExecutionForbidden (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExecutionContextClient.h54 virtual bool isJSExecutionForbidden() const = 0;
H A DExecutionContext.h74 bool isJSExecutionForbidden() { return m_client && m_client->isJSExecutionForbidden(); } function in class:WebCore::ExecutionContext
H A DDocument.h929 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL { return false; }
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8AbstractEventListener.cpp79 if (scriptState()->executionContext()->isJSExecutionForbidden())
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerGlobalScope.h121 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL;
H A DWorkerGlobalScope.cpp311 bool WorkerGlobalScope::isJSExecutionForbidden() const function in class:WebCore::WorkerGlobalScope

Completed in 639 milliseconds