Home
last modified time | relevance | path

Searched refs:isSharedWorkerContext (Results 1 – 6 of 6) sorted by relevance

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