HomeSort by relevance Sort by last modified time
    Searched defs:isWorkerGlobalScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContextClient.h 54 virtual bool isWorkerGlobalScope() const { return false; }
ExecutionContext.h 70 bool isWorkerGlobalScope() const { return m_client && m_client->isWorkerGlobalScope(); }

Completed in 32 milliseconds