Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExecutionContext.h71 bool isJSExecutionForbidden() { return m_client && m_client->isJSExecutionForbidden(); } in isJSExecutionForbidden() function
DExecutionContextClient.h55 virtual bool isJSExecutionForbidden() const = 0;
DDocument.h893 virtual bool isJSExecutionForbidden() const { return false; } in isJSExecutionForbidden() function
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.h105 virtual bool isJSExecutionForbidden() const OVERRIDE;
DWorkerGlobalScope.cpp274 bool WorkerGlobalScope::isJSExecutionForbidden() const in isJSExecutionForbidden() function in WebCore::WorkerGlobalScope
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8AbstractEventListener.cpp70 if (context->isJSExecutionForbidden()) in handleEvent()