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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorkerGlobalScope.h 51 virtual bool isSharedWorkerGlobalScope() const OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h 67 virtual bool isSharedWorkerGlobalScope() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 334 ASSERT_WITH_SECURITY_IMPLICATION(workerGlobalScope->isSharedWorkerGlobalScope());

Completed in 567 milliseconds