Searched refs:custom_handlers (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | httpproxy.py | 241 response = self.server.custom_handlers.handle(request) 292 def __init__(self, http_archive_fetch, custom_handlers, rules, argument 330 self.custom_handlers = custom_handlers 376 def __init__(self, http_archive_fetch, custom_handlers, rules, argument 380 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 416 def __init__(self, http_archive_fetch, custom_handlers, rules, argument 418 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 432 def __init__(self, http_archive_fetch, custom_handlers, rules, **kwargs): argument 433 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules,
|
D | replay.py | 127 custom_handlers = customhandlers.CustomHandlers(options, http_archive) 128 custom_handlers.add_server_manager_handler(server_manager) 139 archive_fetch, custom_handlers, rules, 145 httpproxy.HttpsProxyServer, archive_fetch, custom_handlers, rules, 151 custom_handlers, rules, options.https_root_ca_cert_path, host=host, 157 archive_fetch, custom_handlers, rules,
|
D | httpproxy_test.py | 72 custom_handlers = MockCustomResponseHandler(response) 76 http_archive_fetch, custom_handlers, rules,
|