Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExecutionContext.h69 virtual bool isJSExecutionForbidden() const { return false; } in isJSExecutionForbidden() function
DDocument.h908 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL { return false; } in isJSExecutionForbidden() function
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.h109 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL;
DWorkerGlobalScope.cpp297 bool WorkerGlobalScope::isJSExecutionForbidden() const in isJSExecutionForbidden() function in blink::WorkerGlobalScope
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8AbstractEventListener.cpp83 if (scriptState()->executionContext()->isJSExecutionForbidden()) in handleEvent()