Searched refs:GetLastModifiedValue (Results 1 – 5 of 5) sorted by relevance
230 bool GetLastModifiedValue(base::Time* value) const;
1054 if (GetLastModifiedValue(&last_modified_value)) { in GetFreshnessLifetime()1139 bool HttpResponseHeaders::GetLastModifiedValue(Time* result) const { in GetLastModifiedValue() function in net::HttpResponseHeaders
604 EXPECT_TRUE(parsed->GetLastModifiedValue(&value)); in TEST()
288 if (info.headers->GetLastModifiedValue(&temp)) in OnReceivedResponse()
850 if (headers->GetLastModifiedValue(&time_val)) in PopulateURLResponse()