HomeSort by relevance Sort by last modified time
    Searched refs:DownloadOperation (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 39 class DownloadOperation {
41 DownloadOperation(base::SequencedTaskRunner* blocking_task_runner,
47 ~DownloadOperation();
123 base::WeakPtrFactory<DownloadOperation> weak_ptr_factory_;
124 DISALLOW_COPY_AND_ASSIGN(DownloadOperation);
open_file_operation.h 36 class DownloadOperation;
91 scoped_ptr<DownloadOperation> download_operation_;
truncate_operation.h 32 class DownloadOperation;
74 scoped_ptr<DownloadOperation> download_operation_;
download_operation.cc 263 class DownloadOperation::DownloadParams {
340 DownloadOperation::DownloadOperation(
356 DownloadOperation::~DownloadOperation() {
359 base::Closure DownloadOperation::EnsureFileDownloadedByLocalId(
390 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
400 base::Closure DownloadOperation::EnsureFileDownloadedByPath(
430 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
440 void DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition
    [all...]
get_file_for_saving_operation.h 35 class DownloadOperation;
89 scoped_ptr<DownloadOperation> download_operation_;
truncate_operation.cc 68 download_operation_(new DownloadOperation(blocking_task_runner,
open_file_operation.cc 40 download_operation_(new DownloadOperation(
get_file_for_saving_operation.cc 52 download_operation_(new DownloadOperation(blocking_task_runner,
download_operation_unittest.cc 27 operation_.reset(new DownloadOperation(
32 scoped_ptr<DownloadOperation> operation_;
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 31 class DownloadOperation;
157 scoped_ptr<file_system::DownloadOperation> download_operation_;
file_system.h 52 class DownloadOperation;
289 scoped_ptr<file_system::DownloadOperation> download_operation_;
sync_client.cc 146 download_operation_(new file_system::DownloadOperation(
234 &file_system::DownloadOperation::EnsureFileDownloadedByLocalId,
file_system.cc 364 new file_system::DownloadOperation(blocking_task_runner_.get(),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer_unittest.cc 131 file_system::DownloadOperation download_operation(

Completed in 371 milliseconds