Home
last modified time | relevance | path

Searched refs:startMode (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThreadStartupData.cpp38 …onst String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& c… in WorkerThreadStartupData() argument
42 , m_startMode(startMode) in WorkerThreadStartupData()
DWorker.cpp130 WorkerThreadStartMode startMode = DontPauseWorkerGlobalScopeOnStart; in notifyFinished() local
132 startMode = PauseWorkerGlobalScopeOnStart; in notifyFinished()
133 …>url(), executionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), startMode); in notifyFinished()
DWorkerThreadStartupData.h50 …onst String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& c… in create() argument
52 …illBeNoop(new WorkerThreadStartupData(scriptURL, userAgent, sourceCode, startMode, contentSecurity… in create()
DWorkerThread.cpp109 WorkerThreadStartMode startMode = m_startupData->m_startMode; in workerThread() local
133 InspectorInstrumentation::willEvaluateWorkerScript(workerGlobalScope(), startMode); in workerThread()
DWorkerMessagingProxy.cpp108 …URL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode) in startWorkerGlobalScope() argument
114 …ata = WorkerThreadStartupData::create(scriptURL, userAgent, sourceCode, startMode, document->conte… in startWorkerGlobalScope()
/external/icu/icu4c/source/i18n/
Dsimpletz.cpp77 startMode(DOM_MODE), in SimpleTimeZone()
173 this->startMode = DOM_MODE; in construct()
214 startMode = right.startMode; in operator =()
478 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
754 startMode == that->startMode && in hasSameRules()
885 startMode = DOM_MODE; in decodeStartRule()
888 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
892 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
895 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
903 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Dsimpletz.cpp76 startMode(DOM_MODE), in SimpleTimeZone()
172 this->startMode = DOM_MODE; in construct()
213 startMode = right.startMode; in operator =()
477 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
753 startMode == that->startMode && in hasSameRules()
884 startMode = DOM_MODE; in decodeStartRule()
887 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
891 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
894 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
902 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DWebEmbeddedWorkerImpl.cpp335 WorkerThreadStartMode startMode = in startWorkerThread() local
336 (m_workerStartData.startMode == WebEmbeddedWorkerStartModePauseOnStart) in startWorkerThread()
348 startMode, in startWorkerThread()
DWebSharedWorkerImpl.cpp352 …WorkerThreadStartMode startMode = m_pauseWorkerContextOnStart ? PauseWorkerGlobalScopeOnStart : Do… in onScriptLoaderFinished() local
358 …url, m_loadingDocument->userAgent(m_url), m_mainScriptLoader->script(), startMode, m_contentSecuri… in onScriptLoaderFinished()
/external/chromium_org/third_party/WebKit/public/web/
DWebEmbeddedWorkerStartData.h58 WebEmbeddedWorkerStartMode startMode; // FIXME: ditto delete member
/external/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedB… in findDaylightBoundaryUsingDate() argument
77 if (dateToString(d, str).indexOf(startMode) == - 1) { in findDaylightBoundaryUsingDate()
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate()
85 if (s->indexOf(startMode) != - 1) { in findDaylightBoundaryUsingDate()
Dtzbdtest.h40 …virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
/external/chromium_org/third_party/icu/source/test/intltest/
Dtzbdtest.cpp74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedB… in findDaylightBoundaryUsingDate() argument
77 if (dateToString(d, str).indexOf(startMode) == - 1) { in findDaylightBoundaryUsingDate()
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate()
85 if (s->indexOf(startMode) != - 1) { in findDaylightBoundaryUsingDate()
Dtzbdtest.h40 …virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
/external/chromium_org/content/renderer/service_worker/
Dembedded_worker_dispatcher.cc85 start_data.startMode = in OnStartWorker()
/external/icu/icu4c/source/i18n/unicode/
Dsimpletz.h864 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsimpletz.h864 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable