Home
last modified time | relevance | path

Searched refs:update_date (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttparchive_test.py458 self.response.update_date(self.PAST_DATE_A, now=self.NOW_SECONDS),
463 self.response.update_date(self.PAST_DATE_B, now=self.NOW_SECONDS),
468 self.response.update_date(self.PAST_DATE_C, now=self.NOW_SECONDS),
473 self.response.update_date('garbage date', now=self.NOW_SECONDS),
479 self.response.update_date(self.PAST_DATE_B, now=self.NOW_SECONDS),
Dhttparchive.py168 response.update_date(response.get_header('last-modified')))
884 def update_date(self, date_str, now=None): member in ArchivedHttpResponse
Dhttpproxy.py151 self.send_header(header, response.update_date(value))