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/
ScriptExecutionContext.h 65 virtual bool isJSExecutionForbidden() const = 0;
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 99 virtual bool isJSExecutionForbidden() const OVERRIDE;
WorkerGlobalScope.cpp 271 bool WorkerGlobalScope::isJSExecutionForbidden() const
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8AbstractEventListener.cpp 70 if (context->isJSExecutionForbidden())

Completed in 95 milliseconds