HomeSort by relevance Sort by last modified time
    Searched refs:operation_runner (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl_unittest.cc 82 FileSystemOperationRunner* operation_runner() { function in class:fileapi::FileSystemOperationImplTest
83 return sandbox_file_system_.operation_runner();
239 operation_runner()->Remove(url, false /* recursive */,
298 operation_runner()->Move(URLForPath("a"), URLForPath("b"),
309 operation_runner()->Move(src_dir, dest_dir, RecordStatusCallback());
321 operation_runner()->Move(src_dir, dest_file, RecordStatusCallback());
334 operation_runner()->Move(src_dir, dest_dir, RecordStatusCallback());
346 operation_runner()->Move(src_file, dest_dir, RecordStatusCallback());
355 operation_runner()->Move(src_dir, URLForPath("nonexistent/deset"),
366 operation_runner()->Move(src_file, dest_file, RecordStatusCallback())
    [all...]
remove_operation_delegate.cc 26 operation_runner()->RemoveFile(url_, base::Bind(
44 operation_runner()->RemoveFile(url, base::Bind(
62 operation_runner()->RemoveDirectory(url_, callback_);
83 operation_runner()->RemoveDirectory(url, base::Bind(
file_system_operation_impl_write_unittest.cc 79 file_system_context_->operation_runner()->CreateFile(
180 file_system_context_->operation_runner()->Write(
199 file_system_context_->operation_runner()->Write(
214 file_system_context_->operation_runner()->Write(
231 file_system_context_->operation_runner()->Write(
246 file_system_context_->operation_runner()->CreateDirectory(
255 file_system_context_->operation_runner()->Write(
277 file_system_context_->operation_runner()->Write(
294 file_system_context_->operation_runner()->Write(
297 file_system_context_->operation_runner()->Cancel(id, RecordCancelCallback())
    [all...]
async_file_test_helper.cc 97 context->operation_runner()->Copy(
109 context->operation_runner()->Move(
121 context->operation_runner()->Remove(
135 context->operation_runner()->ReadDirectory(
146 context->operation_runner()->CreateDirectory(
160 context->operation_runner()->CreateFile(
173 context->operation_runner()->Truncate(
185 context->operation_runner()->GetMetadata(
198 context->operation_runner()->CreateSnapshotFile(
copy_or_move_operation_delegate.cc 76 operation_runner()->CreateDirectory(
91 operation_runner()->RemoveDirectory(
125 operation_runner()->MoveFileLocal(url_pair.src, url_pair.dest, callback);
127 operation_runner()->CopyFileLocal(url_pair.src, url_pair.dest, callback);
138 operation_runner()->CreateSnapshotFile(
192 operation_runner()->CopyInForeignFile(platform_path, dest, callback);
208 operation_runner()->Remove(
233 operation_runner()->CreateSnapshotFile(
247 operation_runner()->Remove(
271 operation_runner()->Remove
    [all...]
recursive_operation_delegate.cc 35 FileSystemOperationRunner* RecursiveOperationDelegate::operation_runner() { function in class:fileapi::RecursiveOperationDelegate
36 return file_system_context_->operation_runner();
91 operation_runner()->ReadDirectory(
file_system_dir_url_request_job.cc 83 file_system_context_->operation_runner()->ReadDirectory(
121 file_system_context_->operation_runner()->ReadDirectory(
sandbox_file_system_test_helper.cc 111 FileSystemOperationRunner* SandboxFileSystemTestHelper::operation_runner() { function in class:fileapi::SandboxFileSystemTestHelper
112 return file_system_context_->operation_runner();
recursive_operation_delegate.h 74 FileSystemOperationRunner* operation_runner();
sandbox_file_system_test_helper.h 74 FileSystemOperationRunner* operation_runner();
file_system_file_stream_reader.cc 90 file_system_context_->operation_runner()->CreateSnapshotFile(
file_system_context.h 212 FileSystemOperationRunner* operation_runner() { function in class:fileapi::FileSystemContext
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 156 file_system_.operation_runner()->CreateFile(
159 file_system_.operation_runner()->Truncate(
166 file_system_.operation_runner()->FileExists(
181 file_system_.operation_runner()->FileExists(
198 file_system_.operation_runner()->Truncate(
200 file_system_.operation_runner()->Remove(
207 file_system_.operation_runner()->DirectoryExists(
214 file_system_.operation_runner()->CreateDirectory(
240 file_system_.operation_runner()->Copy(
243 file_system_.operation_runner()->Move
    [all...]
canned_syncable_file_system.cc 516 FileSystemOperationRunner* CannedSyncableFileSystem::operation_runner() { function in class:sync_file_system::CannedSyncableFileSystem
517 return file_system_context_->operation_runner();
534 operation_runner()->CreateDirectory(
542 operation_runner()->CreateFile(url, false /* exclusive */, callback);
550 operation_runner()->Copy(src_url, dest_url, callback);
558 operation_runner()->Move(src_url, dest_url, callback);
565 operation_runner()->Truncate(url, size, callback);
574 operation_runner()->TouchFile(url, last_access_time,
582 operation_runner()->Remove(url, recursive, callback);
588 operation_runner()->FileExists(url, callback)
    [all...]
local_file_sync_context.cc 225 file_system_context->operation_runner()->Remove(
261 file_system_context->operation_runner()->CopyInForeignFile(
268 file_system_context->operation_runner()->CreateDirectory(
282 file_system_context->operation_runner()->CreateDirectory(
339 file_system_context->operation_runner()->GetMetadata(
386 LocalFileSyncContext::operation_runner() const { function in class:sync_file_system::LocalFileSyncContext
766 file_system_context->operation_runner()->CopyInForeignFile(
canned_syncable_file_system.h 143 fileapi::FileSystemOperationRunner* operation_runner();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util_unittest.cc 196 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
207 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:itunes::ItunesFileUtilTest
208 return file_system_context_->operation_runner();
237 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
257 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
273 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
297 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
318 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
328 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
338 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed)
    [all...]
native_media_file_util_unittest.cc 187 fileapi::FileSystemOperationRunner* operation_runner() { function in class:chrome::NativeMediaFileUtilTest
188 return file_system_context_->operation_runner();
219 operation_runner()->DirectoryExists(
222 operation_runner()->FileExists(
237 operation_runner()->ReadDirectory(
268 operation_runner()->CreateDirectory(
307 operation_runner()->Copy(
369 operation_runner()->Copy(
406 operation_runner()->Move(
470 operation_runner()->Move
    [all...]
media_file_validator_browsertest.cc 177 operation_runner()->GetMetadata(url,
200 operation_runner()->Move(
226 fileapi::FileSystemOperationRunner* operation_runner() { function in class:chrome::MediaFileValidatorTest
227 return file_system_context_->operation_runner();
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 106 GetFileSystemContext()->operation_runner()->CreateDirectory(
124 GetFileSystemContext()->operation_runner()->TouchFile(
140 GetFileSystemContext()->operation_runner()->Remove(
162 GetFileSystemContext()->operation_runner()->Move(
177 GetFileSystemContext()->operation_runner()->GetMetadata(
206 GetFileSystemContext()->operation_runner()->ReadDirectory(
pepper_file_system_browser_host.cc 70 fs_context_->operation_runner()->Shutdown();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util_unittest.cc 267 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
286 ReadDirectoryTestHelper(operation_runner(), folder_url, &folder_contents,
314 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
325 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:picasa::PicasaFileUtilTest
326 return file_system_context_->operation_runner();
392 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
411 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 253 operations_[request_id] = operation_runner()->Move(
271 operations_[request_id] = operation_runner()->Copy(
286 operations_[request_id] = operation_runner()->Remove(
301 operations_[request_id] = operation_runner()->GetMetadata(
317 operations_[request_id] = operation_runner()->CreateDirectory(
321 operations_[request_id] = operation_runner()->CreateFile(
338 operations_[request_id] = operation_runner()->DirectoryExists(
342 operations_[request_id] = operation_runner()->FileExists(
358 operations_[request_id] = operation_runner()->ReadDirectory(
382 operations_[request_id] = operation_runner()->Write
    [all...]
browser_file_system_helper.cc 142 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 396 ScopedOperationRunner operation_runner(this);
596 ScopedOperationRunner operation_runner(this);
644 ScopedOperationRunner operation_runner(this);
746 ScopedOperationRunner operation_runner(this);
814 ScopedOperationRunner operation_runner(this);
    [all...]

Completed in 970 milliseconds

1 2