HomeSort by relevance Sort by last modified time
    Searched defs:DownloadOperation (Results 1 - 2 of 2) 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...]

Completed in 1127 milliseconds