HomeSort by relevance Sort by last modified time
    Searched full:download_operation_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation.cc 68 download_operation_(new DownloadOperation(blocking_task_runner,
95 download_operation_->EnsureFileDownloadedByPath(
get_file_for_saving_operation.h 89 scoped_ptr<DownloadOperation> download_operation_; member in class:drive::file_system::GetFileForSavingOperation
open_file_operation.h 91 scoped_ptr<DownloadOperation> download_operation_; member in class:drive::file_system::OpenFileOperation
truncate_operation.h 74 scoped_ptr<DownloadOperation> download_operation_; member in class:drive::file_system::TruncateOperation
get_file_for_saving_operation.cc 52 download_operation_(new DownloadOperation(blocking_task_runner,
97 download_operation_->EnsureFileDownloadedByPath(
open_file_operation.cc 40 download_operation_(new DownloadOperation(
94 download_operation_->EnsureFileDownloadedByPath(
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 172 scoped_ptr<file_system::DownloadOperation> download_operation_; member in class:drive::internal::SyncClient
sync_client.cc 152 download_operation_(new file_system::DownloadOperation(
252 return download_operation_->EnsureFileDownloadedByLocalId(
file_system.h 292 scoped_ptr<file_system::DownloadOperation> download_operation_; member in class:drive::FileSystem
file_system.cc 362 download_operation_.reset(
566 download_operation_->EnsureFileDownloadedByPath(
592 return download_operation_->EnsureFileDownloadedByPath(
    [all...]

Completed in 247 milliseconds