Home
last modified time | relevance | path

Searched refs:GetExpiresValue (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpResponseHead.h125 nsresult GetExpiresValue(uint32_t *result);
H A DnsHttpResponseHead.cpp999 nsHttpResponseHead::GetExpiresValue(uint32_t *result) in GetExpiresValue() function in mozilla::net::nsHttpResponseHead
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h130 MOZ_MUST_USE nsresult GetExpiresValue(uint32_t *result);
H A DnsHttpResponseHead.cpp910 nsresult nsHttpResponseHead::GetExpiresValue(uint32_t *result) { in GetExpiresValue() function in mozilla::net::nsHttpResponseHead
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h133 [[nodiscard]] nsresult GetExpiresValue(uint32_t* result);
H A DnsHttpResponseHead.cpp1014 nsresult nsHttpResponseHead::GetExpiresValue(uint32_t* result) { in GetExpiresValue() function in mozilla::net::nsHttpResponseHead
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h164 [[nodiscard]] nsresult GetExpiresValue(uint32_t* result);
H A DnsHttpResponseHead.cpp1017 nsresult nsHttpResponseHead::GetExpiresValue(uint32_t* result) { in GetExpiresValue() function in mozilla::net::nsHttpResponseHead
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h133 [[nodiscard]] nsresult GetExpiresValue(uint32_t* result);
H A DnsHttpResponseHead.cpp1014 nsresult nsHttpResponseHead::GetExpiresValue(uint32_t* result) { in GetExpiresValue() function in mozilla::net::nsHttpResponseHead
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h148 [[nodiscard]] nsresult GetExpiresValue(uint32_t* result);
H A DnsHttpResponseHead.cpp968 nsresult nsHttpResponseHead::GetExpiresValue(uint32_t* result) { in GetExpiresValue() function in mozilla::net::nsHttpResponseHead
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_response_headers.h256 bool GetExpiresValue(base::Time* value) const;
H A Dhttp_response_headers.cc1036 if (GetExpiresValue(&expires_value)) { in GetFreshnessLifetimes()
1202 bool HttpResponseHeaders::GetExpiresValue(Time* result) const { in GetExpiresValue() function in net::HttpResponseHeaders
H A Dhttp_response_headers_unittest.cc590 if (parsed->GetExpiresValue(&value)) in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_response_headers.h260 bool GetExpiresValue(base::Time* value) const;
H A Dhttp_response_headers.cc1039 if (GetExpiresValue(&expires_value)) { in GetFreshnessLifetimes()
1205 bool HttpResponseHeaders::GetExpiresValue(Time* result) const { in GetExpiresValue() function in net::HttpResponseHeaders
H A Dhttp_response_headers_unittest.cc590 if (parsed->GetExpiresValue(&value)) in TEST()