Home
last modified time | relevance | path

Searched refs:positive_expiry (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/db/
H A Dv4_get_hash_protocol_manager.cc193 const base::Time& positive_expiry) in FullHashInfo() argument
196 positive_expiry(positive_expiry) {} in FullHashInfo()
204 positive_expiry == other.positive_expiry && metadata == other.metadata; in operator ==()
446 if (full_hash_info.positive_expiry > now) { in GetFullHashCachedResults()
602 base::Time positive_expiry; in ParseHashResponse() local
605 positive_expiry = clock_->Now() + TimeDelta::FromSeconds( in ParseHashResponse()
608 positive_expiry = clock_->Now() - base::TimeDelta::FromSeconds(1); in ParseHashResponse()
611 positive_expiry); in ParseHashResponse()
851 full_hash_infos_it.positive_expiry.ToJavaTime()); in CollectFullHashCacheInfo()
867 << "; positive_expiry: " << fhi.positive_expiry in operator <<()
H A Dv4_get_hash_protocol_manager.h62 base::Time positive_expiry; member
69 const base::Time& positive_expiry);
H A Dv4_get_hash_protocol_manager_unittest.cc467 EXPECT_EQ(now + base::TimeDelta::FromSeconds(300), fhi.positive_expiry); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/db/
H A Dv4_get_hash_protocol_manager.cc193 const base::Time& positive_expiry) in FullHashInfo() argument
196 positive_expiry(positive_expiry) {} in FullHashInfo()
204 positive_expiry == other.positive_expiry && metadata == other.metadata; in operator ==()
449 if (full_hash_info.positive_expiry > now) { in GetFullHashCachedResults()
605 base::Time positive_expiry; in ParseHashResponse() local
608 positive_expiry = clock_->Now() + TimeDelta::FromSeconds( in ParseHashResponse()
611 positive_expiry = clock_->Now() - base::TimeDelta::FromSeconds(1); in ParseHashResponse()
614 positive_expiry); in ParseHashResponse()
860 full_hash_infos_it.positive_expiry.ToJavaTime()); in CollectFullHashCacheInfo()
876 << "; positive_expiry: " << fhi.positive_expiry in operator <<()
H A Dv4_get_hash_protocol_manager.h62 base::Time positive_expiry; member
69 const base::Time& positive_expiry);
H A Dv4_get_hash_protocol_manager_unittest.cc467 EXPECT_EQ(now + base::TimeDelta::FromSeconds(300), fhi.positive_expiry); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/proto/
H A Dwebui.proto83 optional int64 positive_expiry = 1; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/proto/
H A Dwebui.proto83 optional int64 positive_expiry = 1; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/content/web_ui/
H A Dsafe_browsing_ui.cc435 UserReadableTimeFromMillisSinceEpoch(full_hash_info.positive_expiry()) in ParseFullHashInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/content/web_ui/
H A Dsafe_browsing_ui.cc428 UserReadableTimeFromMillisSinceEpoch(full_hash_info.positive_expiry()) in ParseFullHashInfo()