Home
last modified time | relevance | path

Searched defs:real_dns_lookup (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttpclient.py199 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
Dreplay.py100 def AddDnsProxy(server_manager, options, host, port, real_dns_lookup, argument
117 def AddWebProxy(server_manager, options, host, real_dns_lookup, http_archive): argument
Dhttpclient_test.py126 def real_dns_lookup(host): function
Ddnsproxy.py118 def __init__(self, real_dns_lookup, http_archive): argument