Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThreadStartupData.cpp37 …onst String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& c… in WorkerThreadStartupData() argument
41 , m_startMode(startMode) in WorkerThreadStartupData()
DWorker.cpp126 WorkerThreadStartMode startMode = DontPauseWorkerGlobalScopeOnStart; in notifyFinished() local
128 startMode = PauseWorkerGlobalScopeOnStart; in notifyFinished()
129 …>url(), executionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), startMode); in notifyFinished()
DWorkerThreadStartupData.h48 …onst String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& c… in create()
50 …return adoptPtr(new WorkerThreadStartupData(scriptURL, userAgent, sourceCode, startMode, contentSe… in create()
DWorkerThread.cpp107 WorkerThreadStartMode startMode = m_startupData->m_startMode; in workerThread() local
125 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/icu4c/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.cpp224 WorkerThreadStartMode startMode = in onScriptLoaderFinished() local
225 (m_workerStartData.startMode == WebEmbeddedWorkerStartModePauseOnStart) in onScriptLoaderFinished()
236 startMode, in onScriptLoaderFinished()
DWebSharedWorkerImpl.cpp257 …WorkerThreadStartMode startMode = m_pauseWorkerContextOnStart ? PauseWorkerGlobalScopeOnStart : Do… in startWorkerContext() local
263 …artupData = WorkerThreadStartupData::create(url, userAgent, sourceCode, startMode, contentSecurity… in startWorkerContext()
/external/chromium_org/third_party/WebKit/public/web/
DWebEmbeddedWorkerStartData.h48 WebEmbeddedWorkerStartMode startMode; member
/external/icu4c/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/third_party/icu/source/i18n/unicode/
Dsimpletz.h864 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable
/external/icu4c/i18n/unicode/
Dsimpletz.h864 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable