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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 38 class DownloadOperation {
40 DownloadOperation(base::SequencedTaskRunner* blocking_task_runner,
46 ~DownloadOperation();
129 base::WeakPtrFactory<DownloadOperation> weak_ptr_factory_;
130 DISALLOW_COPY_AND_ASSIGN(DownloadOperation);
download_operation.cc 212 class DownloadOperation::DownloadParams {
273 DownloadOperation::DownloadOperation(
289 DownloadOperation::~DownloadOperation() {
292 void DownloadOperation::EnsureFileDownloadedByLocalId(
318 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
326 void DownloadOperation::EnsureFileDownloadedByPath(
351 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
359 void DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition
    [all...]
get_file_for_saving_operation.h 33 class DownloadOperation;
82 scoped_ptr<DownloadOperation> download_operation_;
open_file_operation.h 35 class DownloadOperation;
87 scoped_ptr<DownloadOperation> download_operation_;
truncate_operation.h 32 class DownloadOperation;
74 scoped_ptr<DownloadOperation> download_operation_;
get_file_for_saving_operation.cc 33 download_operation_(new DownloadOperation(blocking_task_runner,
open_file_operation.cc 39 download_operation_(new DownloadOperation(
truncate_operation.cc 73 download_operation_(new DownloadOperation(blocking_task_runner,
download_operation_unittest.cc 26 operation_.reset(new DownloadOperation(
31 scoped_ptr<DownloadOperation> operation_;
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 31 class DownloadOperation;
165 scoped_ptr<file_system::DownloadOperation> download_operation_;
file_system.h 48 class DownloadOperation;
293 scoped_ptr<file_system::DownloadOperation> download_operation_;
sync_client.cc 143 download_operation_(new file_system::DownloadOperation(
242 &file_system::DownloadOperation::EnsureFileDownloadedByLocalId,
file_system.cc 311 new file_system::DownloadOperation(blocking_task_runner_.get(),
    [all...]

Completed in 159 milliseconds