Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpConnection.cpp95 static const PRIntervalTime k5Sec = PR_SecondsToInterval(5); in nsHttpConnection() local
97 (k5Sec < gHttpHandler->IdleTimeout()) ? k5Sec : gHttpHandler->IdleTimeout(); in nsHttpConnection()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp105 static const PRIntervalTime k5Sec = PR_SecondsToInterval(5); in nsHttpConnection() local
106 mIdleTimeout = (k5Sec < gHttpHandler->IdleTimeout()) in nsHttpConnection()
107 ? k5Sec in nsHttpConnection()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp64 static const PRIntervalTime k5Sec = PR_SecondsToInterval(5); in nsHttpConnection() local
65 mIdleTimeout = (k5Sec < gHttpHandler->IdleTimeout()) in nsHttpConnection()
66 ? k5Sec in nsHttpConnection()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp66 static const PRIntervalTime k5Sec = PR_SecondsToInterval(5); in nsHttpConnection() local
67 mIdleTimeout = (k5Sec < gHttpHandler->IdleTimeout()) in nsHttpConnection()
68 ? k5Sec in nsHttpConnection()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp64 static const PRIntervalTime k5Sec = PR_SecondsToInterval(5); in nsHttpConnection() local
65 mIdleTimeout = (k5Sec < gHttpHandler->IdleTimeout()) in nsHttpConnection()
66 ? k5Sec in nsHttpConnection()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp114 static const PRIntervalTime k5Sec = PR_SecondsToInterval(5); in nsHttpConnection() local
115 mIdleTimeout = (k5Sec < gHttpHandler->IdleTimeout()) in nsHttpConnection()
116 ? k5Sec in nsHttpConnection()