Searched defs:real_dns_lookup (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | httpclient.py | 199 def __init__(self, real_dns_lookup): argument 364 def __init__(self, http_archive, real_dns_lookup, inject_script): argument 402 def __init__(self, http_archive, real_dns_lookup, inject_script, argument 465 def __init__(self, http_archive, real_dns_lookup, argument
|
D | replay.py | 100 def AddDnsProxy(server_manager, options, host, port, real_dns_lookup, argument 117 def AddWebProxy(server_manager, options, host, real_dns_lookup, http_archive): argument
|
D | httpclient_test.py | 126 def real_dns_lookup(host): function
|
D | dnsproxy.py | 118 def __init__(self, real_dns_lookup, http_archive): argument
|