HomeSort by relevance Sort by last modified time
    Searched defs:DownloadFile (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/browser/download/
download_file.h 23 // cancelled, the DownloadFile is destroyed.
24 class CONTENT_EXPORT DownloadFile {
40 virtual ~DownloadFile() {}
  /external/chromium_org/chrome/test/ispy/common/
cloud_bucket.py 26 def DownloadFile(self, path):
mock_cloud_bucket.py 34 def DownloadFile(self, path):
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_service_wrapper.cc 43 void DriveServiceWrapper::DownloadFile(
50 drive_service_->DownloadFile(local_cache_path,
drive_service_on_worker.cc 70 google_apis::CancelCallback DriveServiceOnWorker::DownloadFile(
81 &DriveServiceWrapper::DownloadFile,
remote_to_local_syncer.cc 457 DownloadFile(token.Pass());
466 DownloadFile(token.Pass());
780 void RemoteToLocalSyncer::DownloadFile(scoped_ptr<SyncTaskToken> token) {
787 drive_service()->DownloadFile(
  /external/chromium_org/chrome/test/ispy/client/
boto_bucket.py 51 def DownloadFile(self, path):
  /external/chromium_org/chrome/test/ispy/server/
gs_bucket.py 36 def DownloadFile(self, path):
  /external/chromium_org/chrome/browser/drive/
dummy_drive_service.cc 107 CancelCallback DummyDriveService::DownloadFile(
drive_api_service.cc 411 CancelCallback DriveAPIService::DownloadFile(
fake_drive_service.cc 702 CancelCallback FakeDriveService::DownloadFile(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 567 JobID JobScheduler::DownloadFile(
582 &DriveServiceInterface::DownloadFile,
    [all...]
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 152 void DownloadFile(PP_Instance instance,
215 // TODO(teravest): Make a type like PP_NaClFileInfo to use for DownloadFile
217 DownloadFile(pp_instance_, url,
    [all...]

Completed in 224 milliseconds