HomeSort by relevance Sort by last modified time
    Searched refs:DownloadFile (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/content/browser/download/
download_file_factory.h 23 class DownloadFile;
31 virtual DownloadFile* CreateFile(
mock_download_file.cc 14 void SuccessRun(const DownloadFile::InitializeCallback& callback) {
download_file.h 23 // cancelled, the DownloadFile is destroyed.
24 class CONTENT_EXPORT DownloadFile {
40 virtual ~DownloadFile() {}
download_file_factory.cc 13 DownloadFile* DownloadFileFactory::CreateFile(
mock_download_file.h 21 class MockDownloadFile : virtual public DownloadFile {
26 // DownloadFile functions.
download_file_impl.h 27 class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
49 // DownloadFile functions.
88 // with DownloadFile and get rid of BaseFile.
download_item_impl.h 28 class DownloadFile;
180 virtual void Start(scoped_ptr<DownloadFile> download_file,
319 // Callback from file thread when we initialize the DownloadFile.
355 // Destroy the DownloadFile object. If |destroy_file| is true, the file is
356 // destroyed with it. Otherwise, DownloadFile::Detach() is called before
467 // Current speed. Calculated by the DownloadFile.
546 // DownloadFile associated with this download. Note that this
550 scoped_ptr<DownloadFile> download_file_;
download_file_impl.cc 28 int DownloadFile::number_active_objects_ = 0;
314 int DownloadFile::GetNumberOfDownloadFiles() {
  /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/test/ispy/server/
image_handler.py 33 image = bucket.DownloadFile(file_path)
gs_bucket.py 36 def DownloadFile(self, path):
main_view_handler.py 103 res['info'] = json.loads(ispy.cloud_bucket.DownloadFile(
  /external/chromium_org/chrome/test/ispy/
ispy_api_unittest.py 47 versions = json.loads(self.cloud_bucket.DownloadFile('versions.json'))
60 versions = json.loads(self.cloud_bucket.DownloadFile('versions.json'))
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/
drive_service_wrapper.cc 43 void DriveServiceWrapper::DownloadFile(
50 drive_service_->DownloadFile(local_cache_path,
drive_service_wrapper.h 34 void DownloadFile(
remote_to_local_syncer.h 117 // - Dispatch to DownloadFile.
119 // - Dispatch to DownloadFile if the local file is a regular file.
175 void DownloadFile(const SyncStatusCallback& callback);
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 90 void DownloadFile(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_interface.h 136 virtual void DownloadFile(const std::string& resource_id,
fake_api_util.h 80 virtual void DownloadFile(const std::string& resource_id,
remote_sync_delegate.cc 115 DownloadFile(callback);
188 void RemoteSyncDelegate::DownloadFile(const SyncStatusCallback& callback) {
195 api_util()->DownloadFile(
386 DownloadFile(callback);
remote_sync_delegate.h 58 void DownloadFile(const SyncStatusCallback& callback);
  /external/chromium_org/chrome/test/ispy/client/
boto_bucket.py 51 def DownloadFile(self, path):
  /external/chromium_org/content/public/test/
test_file_error_injector.cc 47 // DownloadFile interface.
87 const DownloadFile::InitializeCallback original_callback,
94 const DownloadFile::RenameCompletionCallback original_callback,
124 // DownloadItem schedules a DownloadFile to be destroyed and creates another
126 // for the old DownloadFile is run before the ConstructionCallback for the
127 // next DownloadFile.
260 virtual DownloadFile* CreateFile(
294 DownloadFile* DownloadFileWithErrorsFactory::CreateFile(

Completed in 1129 milliseconds

1 2 3