Home
last modified time | relevance | path

Searched defs:isWorkerGlobalScope (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExecutionContextClient.h53 virtual bool isWorkerGlobalScope() const { return false; } in isWorkerGlobalScope() function
DExecutionContext.h73 bool isWorkerGlobalScope() const { return m_client && m_client->isWorkerGlobalScope(); } in isWorkerGlobalScope() function
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.h67 virtual bool isWorkerGlobalScope() const OVERRIDE FINAL { return true; } in isWorkerGlobalScope() function