Home
last modified time | relevance | path

Searched refs:replacedLockTime (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/startup/
H A DnsAppStartup.cpp783 PRTime replacedLockTime; in TrackStartupCrashBegin() local
784 rv = xr->GetReplacedLockTime(&replacedLockTime); in TrackStartupCrashBegin()
786 if (NS_FAILED(rv) || !replacedLockTime) { in TrackStartupCrashBegin()
817 int32_t lockSeconds = (int32_t)(replacedLockTime / PR_MSEC_PER_SEC); in TrackStartupCrashBegin()
842 if (replacedLockTime >= now - MAX_TIME_SINCE_STARTUP) { in TrackStartupCrashBegin()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/startup/
H A DnsAppStartup.cpp798 PRTime replacedLockTime; in TrackStartupCrashBegin() local
799 rv = xr->GetReplacedLockTime(&replacedLockTime); in TrackStartupCrashBegin()
801 if (NS_FAILED(rv) || !replacedLockTime) { in TrackStartupCrashBegin()
832 int32_t lockSeconds = (int32_t)(replacedLockTime / PR_MSEC_PER_SEC); in TrackStartupCrashBegin()
857 if (replacedLockTime >= now - MAX_TIME_SINCE_STARTUP) { in TrackStartupCrashBegin()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/startup/
H A DnsAppStartup.cpp844 PRTime replacedLockTime; in TrackStartupCrashBegin() local
845 rv = xr->GetReplacedLockTime(&replacedLockTime); in TrackStartupCrashBegin()
847 if (NS_FAILED(rv) || !replacedLockTime) { in TrackStartupCrashBegin()
877 int32_t lockSeconds = (int32_t)(replacedLockTime / PR_MSEC_PER_SEC); in TrackStartupCrashBegin()
900 if (replacedLockTime >= now - MAX_TIME_SINCE_STARTUP) { in TrackStartupCrashBegin()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/startup/
H A DnsAppStartup.cpp858 PRTime replacedLockTime; in TrackStartupCrashBegin() local
859 rv = xr->GetReplacedLockTime(&replacedLockTime); in TrackStartupCrashBegin()
861 if (NS_FAILED(rv) || !replacedLockTime) { in TrackStartupCrashBegin()
892 int32_t lockSeconds = (int32_t)(replacedLockTime / PR_MSEC_PER_SEC); in TrackStartupCrashBegin()
917 if (replacedLockTime >= now - MAX_TIME_SINCE_STARTUP) { in TrackStartupCrashBegin()
/dports/www/firefox/firefox-99.0/toolkit/components/startup/
H A DnsAppStartup.cpp899 PRTime replacedLockTime; in TrackStartupCrashBegin() local
900 rv = xr->GetReplacedLockTime(&replacedLockTime); in TrackStartupCrashBegin()
902 if (NS_FAILED(rv) || !replacedLockTime) { in TrackStartupCrashBegin()
933 int32_t lockSeconds = (int32_t)(replacedLockTime / PR_MSEC_PER_SEC); in TrackStartupCrashBegin()
958 if (replacedLockTime >= now - MAX_TIME_SINCE_STARTUP) { in TrackStartupCrashBegin()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/startup/
H A DnsAppStartup.cpp858 PRTime replacedLockTime; in TrackStartupCrashBegin() local
859 rv = xr->GetReplacedLockTime(&replacedLockTime); in TrackStartupCrashBegin()
861 if (NS_FAILED(rv) || !replacedLockTime) { in TrackStartupCrashBegin()
892 int32_t lockSeconds = (int32_t)(replacedLockTime / PR_MSEC_PER_SEC); in TrackStartupCrashBegin()
917 if (replacedLockTime >= now - MAX_TIME_SINCE_STARTUP) { in TrackStartupCrashBegin()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/profile/
H A DnsIToolkitProfile.idl36 readonly attribute PRTime replacedLockTime;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/profile/
H A DnsIToolkitProfile.idl36 readonly attribute PRTime replacedLockTime;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/profile/
H A DnsIToolkitProfile.idl36 readonly attribute PRTime replacedLockTime;
/dports/www/firefox/firefox-99.0/toolkit/profile/
H A DnsIToolkitProfile.idl36 readonly attribute PRTime replacedLockTime;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/profile/
H A DnsIToolkitProfile.idl36 readonly attribute PRTime replacedLockTime;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/profile/
H A DnsIToolkitProfile.idl36 readonly attribute PRTime replacedLockTime;
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/system/
H A DnsIXULRuntime.idl138 readonly attribute PRTime replacedLockTime;
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/system/
H A DnsIXULRuntime.idl170 readonly attribute PRTime replacedLockTime;
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/system/
H A DnsIXULRuntime.idl176 readonly attribute PRTime replacedLockTime;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/system/
H A DnsIXULRuntime.idl285 readonly attribute PRTime replacedLockTime;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/system/
H A DnsIXULRuntime.idl285 readonly attribute PRTime replacedLockTime;
/dports/www/firefox/firefox-99.0/xpcom/system/
H A DnsIXULRuntime.idl324 readonly attribute PRTime replacedLockTime;
/dports/www/firefox/firefox-99.0/toolkit/components/places/
H A DPlacesBackups.jsm279 let profileLastUse = Services.appinfo.replacedLockTime || Date.now();
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/
H A DBrowserGlue.jsm1741 let lastUse = Services.appinfo.replacedLockTime;
2931 let profileLastUse = Services.appinfo.replacedLockTime || Date.now();
/dports/www/firefox-esr/firefox-91.8.0/browser/components/
H A DBrowserGlue.jsm1636 let lastUse = Services.appinfo.replacedLockTime;
3072 let profileLastUse = Services.appinfo.replacedLockTime || Date.now();
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/
H A DBrowserGlue.jsm1636 let lastUse = Services.appinfo.replacedLockTime;
3072 let profileLastUse = Services.appinfo.replacedLockTime || Date.now();
/dports/www/firefox/firefox-99.0/browser/components/
H A DBrowserGlue.jsm1628 let lastUse = Services.appinfo.replacedLockTime;