HomeSort by relevance Sort by last modified time
    Searched defs:operation_runner_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 123 base::WeakPtr<SyncableFileOperationRunner> operation_runner_; member in class:sync_file_system::SyncableFileSystemOperation
local_file_sync_context.h 340 scoped_ptr<SyncableFileOperationRunner> operation_runner_; member in class:sync_file_system::LocalFileSyncContext
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 206 return operation_runner_.get();
227 scoped_ptr<storage::FileSystemOperationRunner> operation_runner_; member in class:content::FileAPIMessageFilter
  /external/chromium_org/storage/browser/fileapi/
file_system_context.h 276 return operation_runner_.get();
417 scoped_ptr<FileSystemOperationRunner> operation_runner_; member in class:storage::FileSystemContext
copy_or_move_operation_delegate.cc 55 : operation_runner_(operation_runner),
66 operation_runner_->MoveFileLocal(src_url_, dest_url_, option_, callback);
68 operation_runner_->CopyFileLocal(
80 FileSystemOperationRunner* operation_runner_; member in class:storage::__anon15330::CopyOrMoveOnSameFileSystemImpl
105 : operation_runner_(operation_runner),
119 operation_runner_->CreateSnapshotFile(
179 operation_runner_->CopyInForeignFile(
205 operation_runner_->TouchFile(
245 operation_runner_->Remove(
260 operation_runner_->Remove
341 FileSystemOperationRunner* operation_runner_; member in class:storage::__anon15330::SnapshotCopyOrMoveImpl
577 FileSystemOperationRunner* operation_runner_; member in class:storage::__anon15330::StreamCopyOrMoveImpl
    [all...]

Completed in 95 milliseconds