Searched defs:download_action_callback (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/drive/
H A Ddummy_drive_service.cc114 const DownloadActionCallback& download_action_callback,
111 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
H A Ddrive_api_service.cc541 const DownloadActionCallback& download_action_callback,
545 DCHECK(!download_action_callback.is_null());
553 download_action_callback,
538 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
H A Dgdata_wapi_service.cc355 const DownloadActionCallback& download_action_callback,
359 DCHECK(!download_action_callback.is_null());
365 download_action_callback,
352 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
H A Dfake_drive_service.cc668 const DownloadActionCallback& download_action_callback,
672 DCHECK(!download_action_callback.is_null());
677 base::Bind(download_action_callback,
688 base::Bind(download_action_callback, HTTP_NOT_FOUND, base::FilePath()));
732 base::Bind(download_action_callback,
742 base::Bind(download_action_callback, GDATA_FILE_ERROR, base::FilePath()));
665 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
/external/chromium_org/google_apis/drive/
H A Ddrive_api_requests.cc727 const DownloadActionCallback& download_action_callback,
732 download_action_callback,
722 DownloadFileRequest( RequestSender* sender, const DriveApiUrlGenerator& url_generator, const std::string& resource_id, const base::FilePath& output_file_path, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
H A Dgdata_wapi_requests.cc663 const DownloadActionCallback& download_action_callback,
670 download_action_callback,
660 DownloadFileRequest( RequestSender* sender, const GDataWapiUrlGenerator& url_generator, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback, const std::string& resource_id, const base::FilePath& output_file_path) argument
H A Dbase_requests.cc741 const DownloadActionCallback& download_action_callback,
747 download_action_callback_(download_action_callback),
739 DownloadFileRequestBase( RequestSender* sender, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback, const GURL& download_url, const base::FilePath& output_file_path) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc587 const google_apis::DownloadActionCallback& download_action_callback,
603 download_action_callback),
608 new_job->abort_callback = CreateErrorRunCallback(download_action_callback);
581 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 161 milliseconds