Home
last modified time | relevance | path

Searched refs:GetLastModifiedValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/http/
Dhttp_response_headers.h230 bool GetLastModifiedValue(base::Time* value) const;
Dhttp_response_headers.cc1054 if (GetLastModifiedValue(&last_modified_value)) { in GetFreshnessLifetime()
1139 bool HttpResponseHeaders::GetLastModifiedValue(Time* result) const { in GetLastModifiedValue() function in net::HttpResponseHeaders
Dhttp_response_headers_unittest.cc604 EXPECT_TRUE(parsed->GetLastModifiedValue(&value)); in TEST()
/external/chromium_org/content/child/npapi/
Dplugin_url_fetcher.cc288 if (info.headers->GetLastModifiedValue(&temp)) in OnReceivedResponse()
/external/chromium_org/content/child/
Dweb_url_loader_impl.cc850 if (headers->GetLastModifiedValue(&time_val)) in PopulateURLResponse()