HomeSort by relevance Sort by last modified time
    Searched refs:startMode (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThreadStartupData.cpp 38 WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
42 , m_startMode(startMode)
WorkerThreadStartupData.h 48 static PassOwnPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
50 return adoptPtr(new WorkerThreadStartupData(scriptURL, userAgent, sourceCode, startMode, contentSecurityPolicy, contentSecurityPolicyType, workerClients));
Worker.cpp 130 WorkerThreadStartMode startMode = DontPauseWorkerGlobalScopeOnStart;
132 startMode = PauseWorkerGlobalScopeOnStart;
133 m_contextProxy->startWorkerGlobalScope(m_scriptLoader->url(), scriptExecutionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), startMode);
WorkerThread.cpp 109 WorkerThreadStartMode startMode = m_startupData->m_startMode;
127 InspectorInstrumentation::willEvaluateWorkerScript(workerGlobalScope(), startMode);
WorkerMessagingProxy.cpp 267 void WorkerMessagingProxy::startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode)
273 OwnPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(scriptURL, userAgent, sourceCode, startMode, document->contentSecurityPolicy()->deprecatedHeader(), document->contentSecurityPolicy()->deprecatedHeaderType(), m_workerClients.release());
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 49 private int startMode, endMode;
286 startMode = startTimeMode;
325 && startDay == tz.startDay && startMode == tz.startMode
366 switch (startMode) {
499 + startTime + startMode + endMonth + endDay + endDayOfWeek
519 && startDay == tz.startDay && startMode == tz.startMode
684 startMode = DOM_MODE;
689 startMode = DOW_LE_DOM_MODE
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.h 33 * startMode as a SUBSTRING. The boundary will be tested to be
40 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
tzbdtest.cpp 74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary)
77 if (dateToString(d, str).indexOf(startMode) == - 1) {
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str);
85 if (s->indexOf(startMode) != - 1) {
  /external/icu4c/test/intltest/
tzbdtest.h 33 * startMode as a SUBSTRING. The boundary will be tested to be
40 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
tzbdtest.cpp 74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary)
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/
simpletz.cpp 76 startMode(DOM_MODE),
172 this->startMode = DOM_MODE;
213 startMode = right.startMode;
477 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek,
753 startMode == that->startMode &&
789 // startMode Takes on enumerated values DAY_OF_MONTH,
825 * them and set the startMode appropriately. Do the same for endDay and
    [all...]
  /external/icu4c/i18n/
simpletz.cpp 77 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
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 373 WorkerThreadStartMode startMode = m_pauseWorkerContextOnStart ? PauseWorkerGlobalScopeOnStart : DontPauseWorkerGlobalScopeOnStart;
376 OwnPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(url, userAgent, sourceCode, startMode, contentSecurityPolicy, static_cast<WebCore::ContentSecurityPolicy::HeaderType>(policyType), workerClients.release());
  /external/chromium_org/third_party/icu/source/i18n/unicode/
simpletz.h     [all...]
  /external/icu4c/i18n/unicode/
simpletz.h     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 578 milliseconds