WorkerThreadStartMode  130 Source/core/workers/Worker.cpp         WorkerThreadStartMode startMode = DontPauseWorkerGlobalScopeOnStart;
WorkerThreadStartMode   49 Source/core/workers/WorkerGlobalScopeProxy.h         virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode) = 0;
WorkerThreadStartMode  108 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode)
WorkerThreadStartMode   55 Source/core/workers/WorkerMessagingProxy.h         virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode) OVERRIDE;
WorkerThreadStartMode  109 Source/core/workers/WorkerThread.cpp     WorkerThreadStartMode startMode = m_startupData->m_startMode;
WorkerThreadStartMode   38 Source/core/workers/WorkerThreadStartupData.cpp WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
WorkerThreadStartMode   50 Source/core/workers/WorkerThreadStartupData.h     static PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
WorkerThreadStartMode   60 Source/core/workers/WorkerThreadStartupData.h     WorkerThreadStartMode m_startMode;
WorkerThreadStartMode   68 Source/core/workers/WorkerThreadStartupData.h     WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients>);
WorkerThreadStartMode  241 Source/web/WebEmbeddedWorkerImpl.cpp     WorkerThreadStartMode startMode =
WorkerThreadStartMode  348 Source/web/WebSharedWorkerImpl.cpp     WorkerThreadStartMode startMode = m_pauseWorkerContextOnStart ? PauseWorkerGlobalScopeOnStart : DontPauseWorkerGlobalScopeOnStart;