Searched refs:custom_handlers (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | httpproxy.py | 241 response = self.server.custom_handlers.handle(request) 300 def __init__(self, http_archive_fetch, custom_handlers, rules, argument 338 self.custom_handlers = custom_handlers 385 def __init__(self, http_archive_fetch, custom_handlers, rules, argument 389 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 425 def __init__(self, http_archive_fetch, custom_handlers, rules, argument 427 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 441 def __init__(self, http_archive_fetch, custom_handlers, rules, **kwargs): argument 442 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) 140 archive_fetch, custom_handlers, rules, 147 httpproxy.HttpsProxyServer, archive_fetch, custom_handlers, rules, 154 custom_handlers, rules, options.https_root_ca_cert_path, host=host, 161 archive_fetch, custom_handlers, rules,
|
D | httpproxy_test.py | 81 custom_handlers = MockCustomResponseHandler( 87 http_archive_fetch, custom_handlers, rules,
|