Home
last modified time | relevance | path

Searched refs:mTimeoutMs (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTimeoutTimer.java15 private final long mTimeoutMs; field in TimeoutTimer
21 mTimeoutMs = ScalableTimeout.scaleTimeout(timeoutMs); in TimeoutTimer()
22 mEndTimeMs = SystemClock.uptimeMillis() + mTimeoutMs; in TimeoutTimer()
35 return mTimeoutMs; in getRemainingMs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/feedback/
H A DConnectivityTask.java153 private final int mTimeoutMs; field in ConnectivityTask.FeedbackData
160 mTimeoutMs = timeoutMs; in FeedbackData()
179 return mTimeoutMs; in getTimeoutMs()
273 private final int mTimeoutMs; field in ConnectivityTask
279 mTimeoutMs = timeoutMs; in ConnectivityTask()
322 return new FeedbackData(result, mTimeoutMs, elapsedTimeMs, connectionType); in get()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DWindowsMessageLoop.cpp890 mTimeoutMs == kNoTimeout ? INFINITE : static_cast<DWORD>(mTimeoutMs); in WaitForSyncNotifyWithA11yReentry()
960 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
962 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
990 if (mTimeoutMs != kNoTimeout) { in WaitForSyncNotify()
991 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForSyncNotify()
995 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForSyncNotify()
1146 if (mTimeoutMs != kNoTimeout && !timerId) { in WaitForInterruptNotify()
1147 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForInterruptNotify()
1148 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForInterruptNotify()
H A DMessageChannel.cpp581 mTimeoutMs(kNoTimeout), in MessageChannel()
2263 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
2265 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
2314 mTimeoutMs = in SetReplyTimeoutMs()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DWindowsMessageLoop.cpp873 mTimeoutMs == kNoTimeout ? INFINITE : static_cast<DWORD>(mTimeoutMs); in WaitForSyncNotifyWithA11yReentry()
941 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
943 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
971 if (mTimeoutMs != kNoTimeout) { in WaitForSyncNotify()
972 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForSyncNotify()
976 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForSyncNotify()
1127 if (mTimeoutMs != kNoTimeout && !timerId) { in WaitForInterruptNotify()
1128 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForInterruptNotify()
1129 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForInterruptNotify()
H A DMessageChannel.cpp574 mTimeoutMs(kNoTimeout), in MessageChannel()
2376 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
2378 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
2427 mTimeoutMs = in SetReplyTimeoutMs()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DWindowsMessageLoop.cpp978 DWORD timeout = mTimeoutMs == kNoTimeout ? INFINITE :
979 static_cast<DWORD>(mTimeoutMs);
1046 PRIntervalTime timeout = (kNoTimeout == mTimeoutMs) ?
1048 PR_MillisecondsToInterval(mTimeoutMs);
1081 if (mTimeoutMs != kNoTimeout) {
1082 InitTimeoutData(&timeoutData, mTimeoutMs);
1086 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr);
1231 if (mTimeoutMs != kNoTimeout && !timerId) {
1232 InitTimeoutData(&timeoutData, mTimeoutMs);
1233 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr);
H A DMessageChannel.cpp483 mTimeoutMs(kNoTimeout), in MessageChannel()
1960 PRIntervalTime timeout = (kNoTimeout == mTimeoutMs) ? in WaitForSyncNotify()
1962 PR_MillisecondsToInterval(mTimeoutMs); in WaitForSyncNotify()
2017 mTimeoutMs = (aTimeoutMs <= 0) in SetReplyTimeoutMs()
H A DMessageChannel.h512 int32_t mTimeoutMs; variable
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DWindowsMessageLoop.cpp903 mTimeoutMs == kNoTimeout ? INFINITE : static_cast<DWORD>(mTimeoutMs); in WaitForSyncNotifyWithA11yReentry()
969 PRIntervalTime timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
971 : PR_MillisecondsToInterval(mTimeoutMs); in WaitForSyncNotify()
1006 if (mTimeoutMs != kNoTimeout) { in WaitForSyncNotify()
1007 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForSyncNotify()
1011 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForSyncNotify()
1156 if (mTimeoutMs != kNoTimeout && !timerId) { in WaitForInterruptNotify()
1157 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForInterruptNotify()
1158 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForInterruptNotify()
H A DMessageChannel.cpp474 mTimeoutMs(kNoTimeout), in MessageChannel()
2201 PRIntervalTime timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
2203 : PR_MillisecondsToInterval(mTimeoutMs); in WaitForSyncNotify()
2255 mTimeoutMs = in SetReplyTimeoutMs()
H A DMessageChannel.h604 int32_t mTimeoutMs; variable
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DWindowsMessageLoop.cpp890 mTimeoutMs == kNoTimeout ? INFINITE : static_cast<DWORD>(mTimeoutMs); in WaitForSyncNotifyWithA11yReentry()
960 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
962 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
990 if (mTimeoutMs != kNoTimeout) { in WaitForSyncNotify()
991 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForSyncNotify()
995 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForSyncNotify()
1146 if (mTimeoutMs != kNoTimeout && !timerId) { in WaitForInterruptNotify()
1147 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForInterruptNotify()
1148 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForInterruptNotify()
H A DMessageChannel.cpp581 mTimeoutMs(kNoTimeout), in MessageChannel()
2263 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
2265 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
2314 mTimeoutMs = in SetReplyTimeoutMs()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DTRR.h67 void SetTimeout(uint32_t aTimeoutMs) { mTimeoutMs = aTimeoutMs; }
131 uint32_t mTimeoutMs = 0;
H A DTRR.cpp345 mTimeoutMs ? mTimeoutMs : gTRRService->GetRequestTimeout(), in SendHTTPRequest()
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRR.h67 void SetTimeout(uint32_t aTimeoutMs) { mTimeoutMs = aTimeoutMs; } in SetTimeout()
131 uint32_t mTimeoutMs = 0; variable
H A DTRR.cpp374 mTimeoutMs ? mTimeoutMs : TRRService::Get()->GetRequestTimeout(), in SendHTTPRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DTRR.h67 void SetTimeout(uint32_t aTimeoutMs) { mTimeoutMs = aTimeoutMs; } in SetTimeout()
131 uint32_t mTimeoutMs = 0; variable
H A DTRR.cpp345 mTimeoutMs ? mTimeoutMs : gTRRService->GetRequestTimeout(), in SendHTTPRequest()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DWindowsMessageLoop.cpp888 mTimeoutMs == kNoTimeout ? INFINITE : static_cast<DWORD>(mTimeoutMs); in WaitForSyncNotifyWithA11yReentry()
958 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
960 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
987 if (mTimeoutMs != kNoTimeout) { in WaitForSyncNotify()
988 InitTimeoutData(&timeoutData, mTimeoutMs); in WaitForSyncNotify()
992 timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr); in WaitForSyncNotify()
H A DMessageChannel.cpp1719 TimeDuration timeout = (kNoTimeout == mTimeoutMs) in WaitForSyncNotify()
1721 : TimeDuration::FromMilliseconds(mTimeoutMs); in WaitForSyncNotify()
1766 mTimeoutMs = in SetReplyTimeoutMs()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DPluginHangUIParent.cpp44 mTimeoutMs(aTimeoutMs) {} in nsPluginHangUITelemetry()
55 mTimeoutMs + mResponseTimeMs); in Run()
63 uint32_t mTimeoutMs; member in __anonb6b783a70111::nsPluginHangUITelemetry
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginHangUIParent.cpp44 mTimeoutMs(aTimeoutMs) in nsPluginHangUITelemetry()
58 mozilla::Telemetry::PLUGIN_HANG_TIME, mTimeoutMs + mResponseTimeMs); in Run()
66 uint32_t mTimeoutMs; member in __anon9e8275970111::nsPluginHangUITelemetry
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DPluginHangUIParent.cpp44 mTimeoutMs(aTimeoutMs) {} in nsPluginHangUITelemetry()
55 mTimeoutMs + mResponseTimeMs); in Run()
63 uint32_t mTimeoutMs; member in __anonc30dda350111::nsPluginHangUITelemetry

12