Home
last modified time | relevance | path

Searched refs:SystemProxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dplatformsettings_test.py141 system_proxy = platformsettings.SystemProxy(None, None)
147 system_proxy = platformsettings.SystemProxy.from_url('')
153 system_proxy = platformsettings.SystemProxy.from_url('http://pxy.com:8888/')
159 system_proxy = platformsettings.SystemProxy.from_url('http://pxy.com/')
165 system_proxy = platformsettings.SystemProxy.from_url('')
171 system_proxy = platformsettings.SystemProxy.from_url('foo:80')
Dhttpclient_test.py139 self.http_proxy = platformsettings.SystemProxy(host, port)
142 self.https_proxy = platformsettings.SystemProxy(host, port)
Dplatformsettings.py120 class SystemProxy(object): class
188 return SystemProxy(None, None)
345 return SystemProxy.from_url(proxy_url)