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 71 bool isJSExecutionForbidden() { return m_client && m_client->isJSExecutionForbidden(); }
ExecutionContextClient.h 55 virtual bool isJSExecutionForbidden() const = 0;
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8AbstractEventListener.cpp 70 if (context->isJSExecutionForbidden())
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 105 virtual bool isJSExecutionForbidden() const OVERRIDE;
WorkerGlobalScope.cpp 274 bool WorkerGlobalScope::isJSExecutionForbidden() const

Completed in 149 milliseconds