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

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 81 if (!operation_runner_.get()) {
85 DCHECK(operation_runner_.get());
94 operation_runner_->PostOperationTask(task.Pass());
103 if (!operation_runner_.get()) {
107 DCHECK(operation_runner_.get());
116 operation_runner_->PostOperationTask(task.Pass());
126 if (!operation_runner_.get()) {
130 DCHECK(operation_runner_.get());
139 operation_runner_->PostOperationTask(task.Pass());
148 if (!operation_runner_.get())
    [all...]
syncable_file_system_operation.h 123 base::WeakPtr<SyncableFileOperationRunner> operation_runner_; member in class:sync_file_system::SyncableFileSystemOperation
local_file_sync_context.cc 556 if (operation_runner_)
557 return operation_runner_->AsWeakPtr();
627 operation_runner_.reset();
671 if (!operation_runner_) {
676 operation_runner_.reset(new SyncableFileOperationRunner(
    [all...]
local_file_sync_context.h 340 scoped_ptr<SyncableFileOperationRunner> operation_runner_; member in class:sync_file_system::LocalFileSyncContext
  /external/chromium_org/storage/browser/fileapi/
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...]
file_system_context.h 276 return operation_runner_.get();
417 scoped_ptr<FileSystemOperationRunner> operation_runner_; member in class:storage::FileSystemContext
file_system_context.cc 164 operation_runner_(new FileSystemOperationRunner(this)) {
240 operation_runner_->Shutdown();
  /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
fileapi_message_filter.cc 120 operation_runner_ = context_->CreateFileSystemOperationRunner();
136 operation_runner_.reset();

Completed in 386 milliseconds