Home
last modified time | relevance | path

Searched refs:DownloadFile (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/content/browser/download/
Ddownload_file_factory.h23 class DownloadFile; variable
31 virtual DownloadFile* CreateFile(
Ddownload_file.h24 class CONTENT_EXPORT DownloadFile {
40 virtual ~DownloadFile() {} in ~DownloadFile()
Dmock_download_file.cc14 void SuccessRun(const DownloadFile::InitializeCallback& callback) { in SuccessRun()
Ddownload_file_factory.cc13 DownloadFile* DownloadFileFactory::CreateFile( in CreateFile()
Ddownload_item_impl.h28 class DownloadFile; variable
180 virtual void Start(scoped_ptr<DownloadFile> download_file,
550 scoped_ptr<DownloadFile> download_file_;
Ddownload_item_impl.cc83 scoped_ptr<DownloadFile> download_file) { in DownloadFileDetach()
90 static void DownloadFileCancel(scoped_ptr<DownloadFile> download_file) { in DownloadFileCancel()
1121 scoped_ptr<DownloadFile> file, in Start()
1143 base::Bind(&DownloadFile::Initialize, in Start()
1227 DownloadFile::RenameCompletionCallback callback = in OnDownloadTargetDetermined()
1232 base::Bind(&DownloadFile::RenameAndUniquify, in OnDownloadTargetDetermined()
1323 DownloadFile::RenameCompletionCallback callback = in OnDownloadCompleting()
1328 base::Bind(&DownloadFile::RenameAndAnnotate, in OnDownloadCompleting()
Dmock_download_file.h21 class MockDownloadFile : virtual public DownloadFile {
Ddownload_manager_impl_unittest.cc113 scoped_ptr<DownloadFile> download_file, in Start()
118 MOCK_METHOD2(MockStart, void(DownloadFile*, DownloadRequestHandleInterface*));
383 virtual DownloadFile* CreateFile( in CreateFile()
514 item.Start(scoped_ptr<DownloadFile>(), req_handle.Pass()); in AddItemToManager()
Ddownload_file_impl.h27 class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
Ddownload_file_impl.cc28 int DownloadFile::number_active_objects_ = 0;
314 int DownloadFile::GetNumberOfDownloadFiles() { in GetNumberOfDownloadFiles()
/external/chromium_org/chrome/test/ispy/
Dispy_api_unittest.py47 versions = json.loads(self.cloud_bucket.DownloadFile('versions.json'))
60 versions = json.loads(self.cloud_bucket.DownloadFile('versions.json'))
Dispy_api.py90 return json.loads(self._cloud_bucket.DownloadFile(version_file))
181 self._cloud_bucket.DownloadFile(rebaseline_path))
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Ddrive_service_wrapper.cc43 void DriveServiceWrapper::DownloadFile( in DownloadFile() function in sync_file_system::drive_backend::DriveServiceWrapper
50 drive_service_->DownloadFile(local_cache_path, in DownloadFile()
Ddrive_service_wrapper.h34 void DownloadFile(
/external/chromium_org/content/public/test/
Dtest_file_error_injector.cc87 const DownloadFile::InitializeCallback original_callback, in InitializeErrorCallback()
94 const DownloadFile::RenameCompletionCallback original_callback, in RenameErrorCallback()
260 virtual DownloadFile* CreateFile(
294 DownloadFile* DownloadFileWithErrorsFactory::CreateFile( in CreateFile()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
Dremote_sync_delegate.cc115 DownloadFile(callback); in DidPrepareForProcessRemoteChange()
188 void RemoteSyncDelegate::DownloadFile(const SyncStatusCallback& callback) { in DownloadFile() function in sync_file_system::drive_backend::RemoteSyncDelegate
195 api_util()->DownloadFile( in DownloadFile()
386 DownloadFile(callback); in DidResolveToRemote()
/external/chromium_org/chrome/test/ispy/common/
Dcloud_bucket.py26 def DownloadFile(self, path): member in BaseCloudBucket
Dispy_utils.py100 return image_tools.DecodePNG(self.cloud_bucket.DownloadFile(full_path))
287 info = json.loads(self.cloud_bucket.DownloadFile(
Dmock_cloud_bucket.py34 def DownloadFile(self, path): member in MockCloudBucket
/external/chromium_org/chrome/test/ispy/server/
Dimage_handler.py33 image = bucket.DownloadFile(file_path)
Dgs_bucket.py36 def DownloadFile(self, path): member in GoogleCloudStorageBucket
Dmain_view_handler.py103 res['info'] = json.loads(ispy.cloud_bucket.DownloadFile(
/external/chromium_org/chrome/browser/media_galleries/mac/
Dmtp_device_delegate_impl_mac.mm46 void DownloadFile(const std::string& name, const base::FilePath& local_path);
85 void MTPDeviceDelegateImplMac::DeviceListener::DownloadFile( function
192 base::Bind(&MTPDeviceDelegateImplMac::DownloadFile,
270 void MTPDeviceDelegateImplMac::DownloadFile( function
294 camera_interface_->DownloadFile(relative_path.value(), local_path);
/external/chromium_org/chrome/test/ispy/client/
Dboto_bucket.py51 def DownloadFile(self, path): member in BotoCloudBucket
/external/chromium_org/chrome/browser/chromeos/drive/
Djob_scheduler_unittest.cc610 scheduler_->DownloadFile( in TEST_F()
663 scheduler_->DownloadFile( in TEST_F()
716 scheduler_->DownloadFile( in TEST_F()
761 scheduler_->DownloadFile( in TEST_F()
828 scheduler_->DownloadFile( in TEST_F()
925 scheduler_->DownloadFile( in TEST_F()

123