/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/startup/ |
H A D | nsAppStartup.cpp | 783 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 D | nsAppStartup.cpp | 798 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 D | nsAppStartup.cpp | 844 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 D | nsAppStartup.cpp | 858 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 D | nsAppStartup.cpp | 899 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 D | nsAppStartup.cpp | 858 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 D | nsIToolkitProfile.idl | 36 readonly attribute PRTime replacedLockTime;
|
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/profile/ |
H A D | nsIToolkitProfile.idl | 36 readonly attribute PRTime replacedLockTime;
|
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/profile/ |
H A D | nsIToolkitProfile.idl | 36 readonly attribute PRTime replacedLockTime;
|
/dports/www/firefox/firefox-99.0/toolkit/profile/ |
H A D | nsIToolkitProfile.idl | 36 readonly attribute PRTime replacedLockTime;
|
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/profile/ |
H A D | nsIToolkitProfile.idl | 36 readonly attribute PRTime replacedLockTime;
|
/dports/www/firefox-esr/firefox-91.8.0/toolkit/profile/ |
H A D | nsIToolkitProfile.idl | 36 readonly attribute PRTime replacedLockTime;
|
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/system/ |
H A D | nsIXULRuntime.idl | 138 readonly attribute PRTime replacedLockTime;
|
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/system/ |
H A D | nsIXULRuntime.idl | 170 readonly attribute PRTime replacedLockTime;
|
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/system/ |
H A D | nsIXULRuntime.idl | 176 readonly attribute PRTime replacedLockTime;
|
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/system/ |
H A D | nsIXULRuntime.idl | 285 readonly attribute PRTime replacedLockTime;
|
/dports/www/firefox-esr/firefox-91.8.0/xpcom/system/ |
H A D | nsIXULRuntime.idl | 285 readonly attribute PRTime replacedLockTime;
|
/dports/www/firefox/firefox-99.0/xpcom/system/ |
H A D | nsIXULRuntime.idl | 324 readonly attribute PRTime replacedLockTime;
|
/dports/www/firefox/firefox-99.0/toolkit/components/places/ |
H A D | PlacesBackups.jsm | 279 let profileLastUse = Services.appinfo.replacedLockTime || Date.now();
|
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/ |
H A D | BrowserGlue.jsm | 1741 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 D | BrowserGlue.jsm | 1636 let lastUse = Services.appinfo.replacedLockTime; 3072 let profileLastUse = Services.appinfo.replacedLockTime || Date.now();
|
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/ |
H A D | BrowserGlue.jsm | 1636 let lastUse = Services.appinfo.replacedLockTime; 3072 let profileLastUse = Services.appinfo.replacedLockTime || Date.now();
|
/dports/www/firefox/firefox-99.0/browser/components/ |
H A D | BrowserGlue.jsm | 1628 let lastUse = Services.appinfo.replacedLockTime;
|