Lines Matching full:time
20 class Time;
187 // support unit testing. The request_time parameter indicates the time at
190 bool RequiresValidation(const base::Time& request_time,
191 const base::Time& response_time,
192 const base::Time& current_time) const;
194 // Returns the amount of time the server claims the response is fresh from
195 // the time the response was generated. See section 13.2.4 of RFC 2616. See
197 base::TimeDelta GetFreshnessLifetime(const base::Time& response_time) const;
201 base::TimeDelta GetCurrentAge(const base::Time& request_time,
202 const base::Time& response_time,
203 const base::Time& current_time) const;
210 bool GetDateValue(base::Time* value) const;
211 bool GetLastModifiedValue(base::Time* value) const;
212 bool GetExpiresValue(base::Time* value) const;
214 // Extracts the time value of a particular header. This method looks for the
216 bool GetTimeValuedHeader(const std::string& name, base::Time* result) const;