Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttpclient_test.py147 connection = self.fetch._get_connection('example.com', None, is_ssl=False)
154 connection = self.fetch._get_connection('example.com', 8888, is_ssl=False)
161 connection = self.fetch._get_connection('example.com', 8888, is_ssl=False)
168 connection = self.fetch._get_connection('example.com', None, is_ssl=True)
175 connection = self.fetch._get_connection('example.com', None, is_ssl=True)
182 connection = self.fetch._get_connection('example.com', None, is_ssl=True)
Dhttpclient.py278 def _get_connection(self, request_host, request_port, is_ssl): member in RealHttpFetch
324 connection = self._get_connection(