Home
last modified time | relevance | path

Searched refs:operation_runner_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
Dsyncable_file_system_operation.cc81 if (!operation_runner_.get()) { in CreateFile()
85 DCHECK(operation_runner_.get()); in CreateFile()
94 operation_runner_->PostOperationTask(task.Pass()); in CreateFile()
103 if (!operation_runner_.get()) { in CreateDirectory()
111 DCHECK(operation_runner_.get()); in CreateDirectory()
120 operation_runner_->PostOperationTask(task.Pass()); in CreateDirectory()
130 if (!operation_runner_.get()) { in Copy()
134 DCHECK(operation_runner_.get()); in Copy()
143 operation_runner_->PostOperationTask(task.Pass()); in Copy()
152 if (!operation_runner_.get()) { in Move()
[all …]
Dlocal_file_sync_context.cc510 if (operation_runner_) in operation_runner()
511 return operation_runner_->AsWeakPtr(); in operation_runner()
577 operation_runner_.reset(); in ShutdownOnIOThread()
621 if (!operation_runner_) { in InitializeFileSystemContextOnIOThread()
626 operation_runner_.reset(new SyncableFileOperationRunner( in InitializeFileSystemContextOnIOThread()
Dsyncable_file_system_operation.h121 base::WeakPtr<SyncableFileOperationRunner> operation_runner_; in NON_EXPORTED_BASE() local
Dlocal_file_sync_context.h332 scoped_ptr<SyncableFileOperationRunner> operation_runner_; variable
/external/chromium_org/webkit/browser/fileapi/
Dcopy_or_move_operation_delegate.cc54 : operation_runner_(operation_runner), in CopyOrMoveOnSameFileSystemImpl()
65 operation_runner_->MoveFileLocal(src_url_, dest_url_, option_, callback); in Run()
67 operation_runner_->CopyFileLocal( in Run()
79 FileSystemOperationRunner* operation_runner_; member in fileapi::__anonece8b2150111::CopyOrMoveOnSameFileSystemImpl
104 : operation_runner_(operation_runner), in SnapshotCopyOrMoveImpl()
118 operation_runner_->CreateSnapshotFile( in Run()
178 operation_runner_->CopyInForeignFile( in RunAfterPreWriteValidation()
204 operation_runner_->TouchFile( in RunAfterCopyInForeignFile()
244 operation_runner_->Remove( in RunAfterPostWriteValidation()
259 operation_runner_->Remove( in RunAfterPostWriteValidation()
[all …]
Dfile_system_context.h234 return operation_runner_.get(); in operation_runner()
369 scoped_ptr<FileSystemOperationRunner> operation_runner_; variable
Dfile_system_context.cc138 operation_runner_(new FileSystemOperationRunner(this)) { in FileSystemContext()
214 operation_runner_->Shutdown(); in Shutdown()
/external/chromium_org/content/browser/fileapi/
Dfileapi_message_filter.h206 return operation_runner_.get(); in operation_runner()
227 scoped_ptr<fileapi::FileSystemOperationRunner> operation_runner_; variable
Dfileapi_message_filter.cc113 operation_runner_ = context_->CreateFileSystemOperationRunner(); in OnChannelConnected()
129 operation_runner_.reset(); in OnChannelClosing()