Searched defs:DownloadOperation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.h38 class DownloadOperation { class in namespace:drive::file_system
40 DownloadOperation(base::SequencedTaskRunner* blocking_task_runner,
46 ~DownloadOperation();
133 base::WeakPtrFactory<DownloadOperation> weak_ptr_factory_;
134 DISALLOW_COPY_AND_ASSIGN(DownloadOperation);
H A Ddownload_operation.cc207 class DownloadOperation::DownloadCallback {
262 DownloadOperation::DownloadOperation( function in class:drive::file_system::DownloadOperation
278 DownloadOperation::~DownloadOperation() {
281 void DownloadOperation::EnsureFileDownloadedByResourceId(
307 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
316 void DownloadOperation::EnsureFileDownloadedByPath(
341 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
350 void DownloadOperation
[all...]

Completed in 141 milliseconds