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

/external/chromium_org/chrome/browser/drive/
H A Ddummy_drive_service.cc104 const DownloadActionCallback& download_action_callback,
101 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.cc521 const DownloadActionCallback& download_action_callback,
525 DCHECK(!download_action_callback.is_null());
533 download_action_callback,
518 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.cc356 const DownloadActionCallback& download_action_callback,
360 DCHECK(!download_action_callback.is_null());
366 download_action_callback,
353 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.cc629 const DownloadActionCallback& download_action_callback,
633 DCHECK(!download_action_callback.is_null());
638 base::Bind(download_action_callback,
649 base::Bind(download_action_callback, HTTP_NOT_FOUND, base::FilePath()));
693 base::Bind(download_action_callback,
703 base::Bind(download_action_callback, GDATA_FILE_ERROR, base::FilePath()));
626 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/chrome/browser/google_apis/
H A Dbase_requests.cc621 const DownloadActionCallback& download_action_callback,
627 download_action_callback_(download_action_callback),
619 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
H A Ddrive_api_requests.cc641 const DownloadActionCallback& download_action_callback,
646 download_action_callback,
636 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.cc719 const DownloadActionCallback& download_action_callback,
726 download_action_callback,
716 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
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc540 const google_apis::DownloadActionCallback& download_action_callback,
555 download_action_callback),
561 google_apis::CreateErrorRunCallback(download_action_callback);
535 DownloadFile( const base::FilePath& virtual_path, 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 84 milliseconds