/external/chromium_org/content/browser/download/ |
D | download_file_factory.h | 23 class DownloadFile; variable 31 virtual DownloadFile* CreateFile(
|
D | download_file.h | 24 class CONTENT_EXPORT DownloadFile { 40 virtual ~DownloadFile() {} in ~DownloadFile()
|
D | mock_download_file.cc | 14 void SuccessRun(const DownloadFile::InitializeCallback& callback) { in SuccessRun()
|
D | download_file_factory.cc | 13 DownloadFile* DownloadFileFactory::CreateFile( in CreateFile()
|
D | download_item_impl.h | 28 class DownloadFile; variable 180 virtual void Start(scoped_ptr<DownloadFile> download_file, 550 scoped_ptr<DownloadFile> download_file_;
|
D | download_item_impl.cc | 83 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()
|
D | mock_download_file.h | 21 class MockDownloadFile : virtual public DownloadFile {
|
D | download_manager_impl_unittest.cc | 113 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()
|
D | download_file_impl.h | 27 class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
|
D | download_file_impl.cc | 28 int DownloadFile::number_active_objects_ = 0; 314 int DownloadFile::GetNumberOfDownloadFiles() { in GetNumberOfDownloadFiles()
|
/external/chromium_org/chrome/test/ispy/ |
D | ispy_api_unittest.py | 47 versions = json.loads(self.cloud_bucket.DownloadFile('versions.json')) 60 versions = json.loads(self.cloud_bucket.DownloadFile('versions.json'))
|
D | ispy_api.py | 90 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/ |
D | drive_service_wrapper.cc | 43 void DriveServiceWrapper::DownloadFile( in DownloadFile() function in sync_file_system::drive_backend::DriveServiceWrapper 50 drive_service_->DownloadFile(local_cache_path, in DownloadFile()
|
D | drive_service_wrapper.h | 34 void DownloadFile(
|
/external/chromium_org/content/public/test/ |
D | test_file_error_injector.cc | 87 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/ |
D | remote_sync_delegate.cc | 115 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/ |
D | cloud_bucket.py | 26 def DownloadFile(self, path): member in BaseCloudBucket
|
D | ispy_utils.py | 100 return image_tools.DecodePNG(self.cloud_bucket.DownloadFile(full_path)) 287 info = json.loads(self.cloud_bucket.DownloadFile(
|
D | mock_cloud_bucket.py | 34 def DownloadFile(self, path): member in MockCloudBucket
|
/external/chromium_org/chrome/test/ispy/server/ |
D | image_handler.py | 33 image = bucket.DownloadFile(file_path)
|
D | gs_bucket.py | 36 def DownloadFile(self, path): member in GoogleCloudStorageBucket
|
D | main_view_handler.py | 103 res['info'] = json.loads(ispy.cloud_bucket.DownloadFile(
|
/external/chromium_org/chrome/browser/media_galleries/mac/ |
D | mtp_device_delegate_impl_mac.mm | 46 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/ |
D | boto_bucket.py | 51 def DownloadFile(self, path): member in BotoCloudBucket
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | job_scheduler_unittest.cc | 610 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()
|