Searched refs:startMode (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebEmbeddedWorkerStartData.h58 WebEmbeddedWorkerStartMode startMode; // FIXME: ditto delete member in struct:blink::WebEmbeddedWorkerStartData
63 : startMode(WebEmbeddedWorkerStartModeDontPauseOnStart)
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThreadStartupData.cpp38 WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtrWillBeRawPtr<WorkerClients> workerClients) argument
42 , m_startMode(startMode)
H A DWorkerThreadStartupData.h50 static PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicyHeaderType contentSecurityPolicyType, PassOwnPtrWillBeRawPtr<WorkerClients> workerClients) argument
52 return adoptPtrWillBeNoop(new WorkerThreadStartupData(scriptURL, userAgent, sourceCode, startMode, contentSecurityPolicy, contentSecurityPolicyType, workerClients));
H A DWorker.cpp130 WorkerThreadStartMode startMode = DontPauseWorkerGlobalScopeOnStart; local
132 startMode = PauseWorkerGlobalScopeOnStart;
133 m_contextProxy->startWorkerGlobalScope(m_scriptLoader->url(), executionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), startMode);
H A DWorkerMessagingProxy.cpp110 void WorkerMessagingProxy::startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode) argument
120 OwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(scriptURL, userAgent, sourceCode, startMode, document->contentSecurityPolicy()->deprecatedHeader(), document->contentSecurityPolicy()->deprecatedHeaderType(), m_workerClients.release());
H A DWorkerThread.cpp250 WorkerThreadStartMode startMode = m_startupData->m_startMode; local
282 InspectorInstrumentation::willEvaluateWorkerScript(workerGlobalScope(), startMode); local
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzbdtest.h33 * startMode as a SUBSTRING. The boundary will be tested to be
40 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
H A Dtzbdtest.cpp74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary) argument
77 if (dateToString(d, str).indexOf(startMode) == - 1) {
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str);
85 if (s->indexOf(startMode) != - 1) {
/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.h33 * startMode as a SUBSTRING. The boundary will be tested to be
40 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
H A Dtzbdtest.cpp74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary) argument
77 if (dateToString(d, str).indexOf(startMode) == - 1) {
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str);
85 if (s->indexOf(startMode) != - 1) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp77 startMode(DOM_MODE),
173 this->startMode = DOM_MODE;
214 startMode = right.startMode;
478 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek,
754 startMode == that->startMode &&
790 // startMode Takes on enumerated values DAY_OF_MONTH,
826 * them and set the startMode appropriately. Do the same for endDay and
885 startMode
[all...]
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp77 startMode(DOM_MODE),
173 this->startMode = DOM_MODE;
214 startMode = right.startMode;
478 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek,
754 startMode == that->startMode &&
790 // startMode Takes on enumerated values DAY_OF_MONTH,
826 * them and set the startMode appropriately. Do the same for endDay and
885 startMode
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebEmbeddedWorkerImpl.cpp401 WorkerThreadStartMode startMode = DontPauseWorkerGlobalScopeOnStart; local
403 startMode = PauseWorkerGlobalScopeOnStart;
415 startMode,
H A DWebSharedWorkerImpl.cpp375 WorkerThreadStartMode startMode = m_pauseWorkerContextOnStart ? PauseWorkerGlobalScopeOnStart : DontPauseWorkerGlobalScopeOnStart; local
380 OwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(m_url, m_loadingDocument->userAgent(m_url), m_mainScriptLoader->script(), startMode, m_contentSecurityPolicy, static_cast<ContentSecurityPolicyHeaderType>(m_policyType), workerClients.release());
/external/chromium_org/content/renderer/service_worker/
H A Dembedded_worker_dispatcher.cc99 start_data.startMode =
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h783 * Constants specifying values of startMode and endMode.
838 * them and set the startMode appropriately. Do the same for endDay and
864 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are member in class:SimpleTimeZone
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h783 * Constants specifying values of startMode and endMode.
838 * them and set the startMode appropriately. Do the same for endDay and
864 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are member in class:SimpleTimeZone
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5064 milliseconds