Home
last modified time | relevance | path

Searched defs:isTooOld (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/geolocation/
H A DGeolocation.cpp350 const bool isTooOld = DOMTimeStamp(PR_Now() / PR_USEC_PER_MSEC - in SendLocation() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/geolocation/
H A DGeolocation.cpp350 const bool isTooOld = DOMTimeStamp(PR_Now() / PR_USEC_PER_MSEC - in SendLocation() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dvss.cpp778 bool VSS::isTooOld(LBID_t lbid, VER_t verID) const in isTooOld() function in BRM::VSS
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dvss.cpp778 bool VSS::isTooOld(LBID_t lbid, VER_t verID) const in isTooOld() function in BRM::VSS
/dports/lang/spidermonkey78/firefox-78.9.0/dom/geolocation/
H A DGeolocation.cpp390 const bool isTooOld = DOMTimeStamp(PR_Now() / PR_USEC_PER_MSEC - in SendLocation() local
/dports/www/firefox/firefox-99.0/dom/geolocation/
H A DGeolocation.cpp350 const bool isTooOld = EpochTimeStamp(PR_Now() / PR_USEC_PER_MSEC - in SendLocation() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/geolocation/
H A DnsGeolocation.cpp540 const bool isTooOld = in SendLocation() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/geolocation/
H A DnsGeolocation.cpp522 const bool isTooOld = DOMTimeStamp(PR_Now() / PR_USEC_PER_MSEC - in SendLocation() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A Dstorageserver.actor.cpp1767 …GetRange( Database cx, Version version, KeyRangeRef keys, GetRangeLimits limits, bool* isTooOld ) { in tryGetRange()
1923 state bool isTooOld = false; in fetchKeys() local