HomeSort by relevance Sort by last modified time
    Searched refs:isJSExecutionForbidden (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h 69 virtual bool isJSExecutionForbidden() const { return false; }
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8AbstractEventListener.cpp 83 if (scriptState()->executionContext()->isJSExecutionForbidden())
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 109 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL;
WorkerGlobalScope.cpp 297 bool WorkerGlobalScope::isJSExecutionForbidden() const

Completed in 73 milliseconds