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 261 class DownloadOperation::DownloadParams {
338 DownloadOperation::DownloadOperation(
354 DownloadOperation::~DownloadOperation() {
357 base::Closure DownloadOperation::EnsureFileDownloadedByLocalId(
388 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
398 base::Closure DownloadOperation::EnsureFileDownloadedByPath(
428 base::Bind(&DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition,
438 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 29 operation_.reset(new DownloadOperation(
34 scoped_ptr<DownloadOperation> operation_;
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 32 class DownloadOperation;
172 scoped_ptr<file_system::DownloadOperation> download_operation_;
file_system.h 52 class DownloadOperation;
292 scoped_ptr<file_system::DownloadOperation> download_operation_;
sync_client.cc 152 download_operation_(new file_system::DownloadOperation(
file_system.cc 363 new file_system::DownloadOperation(blocking_task_runner_.get(),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer_unittest.cc 132 file_system::DownloadOperation download_operation(

Completed in 171 milliseconds