Searched refs:isSharedWorkerContext (Results 1 - 5 of 5) sorted by last modified time

/external/webkit/Source/WebCore/workers/
H A DDefaultSharedWorkerRepository.cpp245 ASSERT(workerContext->isSharedWorkerContext());
H A DSharedWorkerContext.h52 virtual bool isSharedWorkerContext() const { return true; } function in class:WebCore::SharedWorkerContext
H A DWorkerContext.h72 virtual bool isSharedWorkerContext() const { return false; } function in class:WebCore::WorkerContext
/external/webkit/Source/WebKit/chromium/src/
H A DWebSharedWorkerImpl.cpp91 ASSERT(workerContext->isSharedWorkerContext());
/external/webkit/Source/WebCore/bindings/js/
H A DWorkerScriptController.cpp90 ASSERT(m_workerContext->isSharedWorkerContext());

Completed in 92 milliseconds