Home
last modified time | relevance | path

Searched refs:GetMaxAgeValue (Results 1 – 19 of 19) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_response_headers_unittest.cc71 TimeDelta GetMaxAgeValue() { in GetMaxAgeValue() function in net::__anon09ff40410111::HttpResponseHeadersCacheControlTest
74 EXPECT_TRUE(headers()->GetMaxAgeValue(&max_age_value)); in GetMaxAgeValue()
2169 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2174 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2179 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2185 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2190 EXPECT_EQ(TimeDelta::FromSeconds(10), GetMaxAgeValue()); in TEST_F()
2197 EXPECT_EQ(TimeDelta::FromSeconds(0), GetMaxAgeValue()); in TEST_F()
2202 EXPECT_EQ(TimeDelta::FromSeconds(15), GetMaxAgeValue()); in TEST_F()
2221 EXPECT_EQ(test.expected_seconds, GetMaxAgeValue().InSeconds()) in TEST_P()
H A Dhttp_response_headers.h252 bool GetMaxAgeValue(base::TimeDelta* value) const;
H A Dhttp_response_headers.cc1026 if (GetMaxAgeValue(&lifetimes.freshness)) in GetFreshnessLifetimes()
1167 bool HttpResponseHeaders::GetMaxAgeValue(TimeDelta* result) const { in GetMaxAgeValue() function in net::HttpResponseHeaders
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_response_headers_unittest.cc71 TimeDelta GetMaxAgeValue() { in GetMaxAgeValue() function in net::__anonb66ee0a60111::HttpResponseHeadersCacheControlTest
74 EXPECT_TRUE(headers()->GetMaxAgeValue(&max_age_value)); in GetMaxAgeValue()
2174 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2179 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2184 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2190 EXPECT_FALSE(headers()->GetMaxAgeValue(TimeDeltaPointer())); in TEST_F()
2195 EXPECT_EQ(TimeDelta::FromSeconds(10), GetMaxAgeValue()); in TEST_F()
2202 EXPECT_EQ(TimeDelta::FromSeconds(0), GetMaxAgeValue()); in TEST_F()
2207 EXPECT_EQ(TimeDelta::FromSeconds(15), GetMaxAgeValue()); in TEST_F()
2226 EXPECT_EQ(test.expected_seconds, GetMaxAgeValue().InSeconds()) in TEST_P()
H A Dhttp_response_headers.h256 bool GetMaxAgeValue(base::TimeDelta* value) const;
H A Dhttp_response_headers.cc1029 if (GetMaxAgeValue(&lifetimes.freshness)) in GetFreshnessLifetimes()
1170 bool HttpResponseHeaders::GetMaxAgeValue(TimeDelta* result) const { in GetMaxAgeValue() function in net::HttpResponseHeaders
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpResponseHead.h123 nsresult GetMaxAgeValue(uint32_t *result);
H A DnsHttpResponseHead.cpp959 nsHttpResponseHead::GetMaxAgeValue(uint32_t *result) in GetMaxAgeValue() function in mozilla::net::nsHttpResponseHead
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h128 MOZ_MUST_USE nsresult GetMaxAgeValue(uint32_t *result);
H A DnsHttpResponseHead.cpp882 nsresult nsHttpResponseHead::GetMaxAgeValue(uint32_t *result) { in GetMaxAgeValue() function in mozilla::net::nsHttpResponseHead
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h130 [[nodiscard]] nsresult GetMaxAgeValue(uint32_t* result);
H A DnsHttpResponseHead.cpp995 nsresult nsHttpResponseHead::GetMaxAgeValue(uint32_t* result) { in GetMaxAgeValue() function in mozilla::net::nsHttpResponseHead
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h161 [[nodiscard]] nsresult GetMaxAgeValue(uint32_t* result);
H A DnsHttpResponseHead.cpp998 nsresult nsHttpResponseHead::GetMaxAgeValue(uint32_t* result) { in GetMaxAgeValue() function in mozilla::net::nsHttpResponseHead
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h130 [[nodiscard]] nsresult GetMaxAgeValue(uint32_t* result);
H A DnsHttpResponseHead.cpp995 nsresult nsHttpResponseHead::GetMaxAgeValue(uint32_t* result) { in GetMaxAgeValue() function in mozilla::net::nsHttpResponseHead
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h145 [[nodiscard]] nsresult GetMaxAgeValue(uint32_t* result);
H A DnsHttpResponseHead.cpp949 nsresult nsHttpResponseHead::GetMaxAgeValue(uint32_t* result) { in GetMaxAgeValue() function in mozilla::net::nsHttpResponseHead
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/
H A Dclient_side_model_loader.cc229 url_loader_->ResponseInfo()->headers->GetMaxAgeValue(&max_age); in OnURLLoaderComplete()