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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h 74 bool isJSExecutionForbidden() { return m_client && m_client->isJSExecutionForbidden(); }
ExecutionContextClient.h 54 virtual bool isJSExecutionForbidden() const = 0;
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8AbstractEventListener.cpp 79 if (scriptState()->executionContext()->isJSExecutionForbidden())
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 121 virtual bool isJSExecutionForbidden() const OVERRIDE FINAL;
WorkerGlobalScope.cpp 311 bool WorkerGlobalScope::isJSExecutionForbidden() const

Completed in 89 milliseconds