Searched defs:expected_file_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc49 int64 expected_file_size,
56 if (!cache->FreeDiskSpaceIfNeededFor(expected_file_size))
48 PrepareForDownloadFile(internal::FileCache* cache, int64 expected_file_size, const base::FilePath& temporary_file_directory, base::FilePath* temp_download_file) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc569 int64 expected_file_size,
579 new_job->job_info.num_total_bytes = expected_file_size;
567 DownloadFile( const base::FilePath& virtual_path, int64 expected_file_size, const base::FilePath& local_cache_path, const std::string& resource_id, const ClientContext& context, const google_apis::DownloadActionCallback& download_action_callback, const google_apis::GetContentCallback& get_content_callback) argument

Completed in 94 milliseconds