Home
last modified time | relevance | path

Searched refs:RealHttpFetch (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttpclient_test.py46 real_http_fetch = httpclient.RealHttpFetch
53 real_http_fetch = httpclient.RealHttpFetch
63 real_http_fetch = httpclient.RealHttpFetch
70 real_http_fetch = httpclient.RealHttpFetch
81 real_http_fetch = httpclient.RealHttpFetch
93 real_http_fetch = httpclient.RealHttpFetch
105 real_http_fetch = httpclient.RealHttpFetch
115 real_http_fetch = httpclient.RealHttpFetch
134 self.fetch = httpclient.RealHttpFetch(real_dns_lookup)
196 fetch = httpclient.RealHttpFetch(real_dns_lookup)
[all …]
Dhttpclient.py199 class RealHttpFetch(object): class
262 name_value = RealHttpFetch._GetHeaderNameValue(line)
356 RealHttpFetch._ToTuples(response.msg.headers),
384 self.real_http_fetch = RealHttpFetch(real_dns_lookup=None)
432 self.real_http_fetch = RealHttpFetch(real_dns_lookup)