OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFreshnessLifetime
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/http/
http_response_headers.h
198
base::TimeDelta
GetFreshnessLifetime
(const base::Time& response_time) const;
http_response_headers.cc
843
GetFreshnessLifetime
(response_time);
870
TimeDelta HttpResponseHeaders::
GetFreshnessLifetime
(
882
// Expires header after checking for max-age in
GetFreshnessLifetime
. This
[
all
...]
/external/chromium_org/net/http/
http_response_headers.h
203
base::TimeDelta
GetFreshnessLifetime
(const base::Time& response_time) const;
http_response_headers.cc
913
GetFreshnessLifetime
(response_time);
940
TimeDelta HttpResponseHeaders::
GetFreshnessLifetime
(
952
// Expires header after checking for max-age in
GetFreshnessLifetime
. This
[
all
...]
/external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc
541
request->response_info().headers->
GetFreshnessLifetime
(
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc
235
base::TimeDelta freshness = response_info.headers->
GetFreshnessLifetime
(
[
all
...]
Completed in 384 milliseconds