Home
last modified time | relevance | path

Searched refs:maxTimeForPrClosePref (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsSocketTransportService2.cpp1221 int32_t maxTimeForPrClosePref; in UpdatePrefs() local
1223 &maxTimeForPrClosePref); in UpdatePrefs()
1224 if (NS_SUCCEEDED(rv) && maxTimeForPrClosePref >= 0) { in UpdatePrefs()
1225 mMaxTimeForPrClosePref = PR_MillisecondsToInterval(maxTimeForPrClosePref); in UpdatePrefs()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsSocketTransportService2.cpp1268 int32_t maxTimeForPrClosePref; in UpdatePrefs() local
1270 &maxTimeForPrClosePref); in UpdatePrefs()
1271 if (NS_SUCCEEDED(rv) && maxTimeForPrClosePref >=0) { in UpdatePrefs()
1272 mMaxTimeForPrClosePref = PR_MillisecondsToInterval(maxTimeForPrClosePref); in UpdatePrefs()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsSocketTransportService2.cpp1468 int32_t maxTimeForPrClosePref; in UpdatePrefs() local
1470 &maxTimeForPrClosePref); in UpdatePrefs()
1471 if (NS_SUCCEEDED(rv) && maxTimeForPrClosePref >= 0) { in UpdatePrefs()
1472 mMaxTimeForPrClosePref = PR_MillisecondsToInterval(maxTimeForPrClosePref); in UpdatePrefs()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsSocketTransportService2.cpp1491 int32_t maxTimeForPrClosePref; in UpdatePrefs() local
1493 &maxTimeForPrClosePref); in UpdatePrefs()
1494 if (NS_SUCCEEDED(rv) && maxTimeForPrClosePref >= 0) { in UpdatePrefs()
1495 mMaxTimeForPrClosePref = PR_MillisecondsToInterval(maxTimeForPrClosePref); in UpdatePrefs()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsSocketTransportService2.cpp1468 int32_t maxTimeForPrClosePref; in UpdatePrefs() local
1470 &maxTimeForPrClosePref); in UpdatePrefs()
1471 if (NS_SUCCEEDED(rv) && maxTimeForPrClosePref >= 0) { in UpdatePrefs()
1472 mMaxTimeForPrClosePref = PR_MillisecondsToInterval(maxTimeForPrClosePref); in UpdatePrefs()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsSocketTransportService2.cpp1436 int32_t maxTimeForPrClosePref; in UpdatePrefs() local
1438 &maxTimeForPrClosePref); in UpdatePrefs()
1439 if (NS_SUCCEEDED(rv) && maxTimeForPrClosePref >= 0) { in UpdatePrefs()
1440 mMaxTimeForPrClosePref = PR_MillisecondsToInterval(maxTimeForPrClosePref); in UpdatePrefs()