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()) {
111 DCHECK(operation_runner_.get());
120 operation_runner_->PostOperationTask(task.Pass());
130 if (!operation_runner_.get()) {
134 DCHECK(operation_runner_.get());
143 operation_runner_->PostOperationTask(task.Pass());
152 if (!operation_runner_.get())
    [all...]
syncable_file_system_operation.h 121 base::WeakPtr<SyncableFileOperationRunner> operation_runner_; member in class:sync_file_system::SyncableFileSystemOperation
local_file_sync_context.cc 510 if (operation_runner_)
511 return operation_runner_->AsWeakPtr();
577 operation_runner_.reset();
621 if (!operation_runner_) {
626 operation_runner_.reset(new SyncableFileOperationRunner(
    [all...]
local_file_sync_context.h 332 scoped_ptr<SyncableFileOperationRunner> operation_runner_; member in class:sync_file_system::LocalFileSyncContext
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 54 : operation_runner_(operation_runner),
65 operation_runner_->MoveFileLocal(src_url_, dest_url_, option_, callback);
67 operation_runner_->CopyFileLocal(
79 FileSystemOperationRunner* operation_runner_; member in class:fileapi::__anon15366::CopyOrMoveOnSameFileSystemImpl
104 : operation_runner_(operation_runner),
118 operation_runner_->CreateSnapshotFile(
178 operation_runner_->CopyInForeignFile(
204 operation_runner_->TouchFile(
244 operation_runner_->Remove(
259 operation_runner_->Remove
340 FileSystemOperationRunner* operation_runner_; member in class:fileapi::__anon15366::SnapshotCopyOrMoveImpl
518 FileSystemOperationRunner* operation_runner_; member in class:fileapi::__anon15366::StreamCopyOrMoveImpl
    [all...]
file_system_context.h 234 return operation_runner_.get();
369 scoped_ptr<FileSystemOperationRunner> operation_runner_; member in class:fileapi::FileSystemContext
file_system_context.cc 138 operation_runner_(new FileSystemOperationRunner(this)) {
214 operation_runner_->Shutdown();
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 206 return operation_runner_.get();
227 scoped_ptr<fileapi::FileSystemOperationRunner> operation_runner_; member in class:content::FileAPIMessageFilter
fileapi_message_filter.cc 113 operation_runner_ = context_->CreateFileSystemOperationRunner();
129 operation_runner_.reset();

Completed in 120 milliseconds