Searched refs:operation_runner_ (Results 1 – 9 of 9) sorted by relevance
81 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 …]
510 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()
121 base::WeakPtr<SyncableFileOperationRunner> operation_runner_; in NON_EXPORTED_BASE() local
332 scoped_ptr<SyncableFileOperationRunner> operation_runner_; variable
54 : 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::CopyOrMoveOnSameFileSystemImpl104 : 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 …]
234 return operation_runner_.get(); in operation_runner()369 scoped_ptr<FileSystemOperationRunner> operation_runner_; variable
138 operation_runner_(new FileSystemOperationRunner(this)) { in FileSystemContext()214 operation_runner_->Shutdown(); in Shutdown()
206 return operation_runner_.get(); in operation_runner()227 scoped_ptr<fileapi::FileSystemOperationRunner> operation_runner_; variable
113 operation_runner_ = context_->CreateFileSystemOperationRunner(); in OnChannelConnected()129 operation_runner_.reset(); in OnChannelClosing()