Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_media.py80 outer_total_size = self.total_size
92 size = outer_total_size
104 outer_total_size, outer_progress_callback)
184 outer_total_size = self.total_size variable in DownloadCallbackConnectionClassFactory.GetConnectionClass.DownloadCallbackConnection
235 self.outer_total_size, self.outer_progress_callback)
Dgcs_json_api.py647 outer_total_size = object_size
649 outer_total_size = end_byte + 1
651 outer_total_size = json.loads(serialization_data)['total_size']
654 if outer_total_size is None:
658 progress_callback(start_byte, outer_total_size)
664 bytes_downloaded_container, total_size=outer_total_size,