Home
last modified time | relevance | path

Searched refs:download_operation_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dtruncate_operation.cc68 download_operation_(new DownloadOperation(blocking_task_runner, in TruncateOperation()
95 download_operation_->EnsureFileDownloadedByPath( in Truncate()
Dopen_file_operation.cc40 download_operation_(new DownloadOperation( in OpenFileOperation()
94 download_operation_->EnsureFileDownloadedByPath( in OpenFileAfterCreateFile()
Dget_file_for_saving_operation.cc52 download_operation_(new DownloadOperation(blocking_task_runner, in GetFileForSavingOperation()
97 download_operation_->EnsureFileDownloadedByPath( in GetFileForSavingAfterCreate()
Dtruncate_operation.h74 scoped_ptr<DownloadOperation> download_operation_; variable
Dopen_file_operation.h91 scoped_ptr<DownloadOperation> download_operation_; variable
Dget_file_for_saving_operation.h89 scoped_ptr<DownloadOperation> download_operation_; variable
/external/chromium_org/chrome/browser/chromeos/drive/
Dsync_client.h157 scoped_ptr<file_system::DownloadOperation> download_operation_; variable
Dsync_client.cc146 download_operation_(new file_system::DownloadOperation( in SyncClient()
235 base::Unretained(download_operation_.get()), in AddFetchTaskInternal()
Dfile_system.cc363 download_operation_.reset( in ResetComponents()
570 download_operation_->EnsureFileDownloadedByPath( in GetFile()
596 return download_operation_->EnsureFileDownloadedByPath( in GetFileContent()
Dfile_system.h289 scoped_ptr<file_system::DownloadOperation> download_operation_; variable