Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_media.py253 def WrapDownloadHttpRequest(download_http): argument
366 request_orig = download_http.request
380 download_http._request = types.MethodType(OverrideRequest, download_http)
381 download_http.request = NewRequest
383 return download_http
Dgcs_json_api.py173 self.download_http = self._GetNewDownloadHttp()
177 self.download_http)
180 self.authorized_download_http = self.download_http
669 self.download_http.stream = download_stream
670 self.download_http.connections = {'https': download_http_class}