/external/chromium_org/webkit/browser/fileapi/ |
remove_operation_delegate.cc | 26 operation_runner()->RemoveFile(url_, base::Bind( 36 operation_runner()->RemoveFile( 49 operation_runner()->RemoveDirectory(url, callback); 59 operation_runner()->RemoveDirectory(
|
async_file_test_helper.cc | 107 context->operation_runner()->Copy( 120 context->operation_runner()->Move( 133 context->operation_runner()->Remove( 147 context->operation_runner()->ReadDirectory( 158 context->operation_runner()->CreateDirectory( 172 context->operation_runner()->CreateFile( 192 context->operation_runner()->CopyInForeignFile( 204 context->operation_runner()->Truncate( 216 context->operation_runner()->GetMetadata( 229 context->operation_runner()->CreateSnapshotFile [all...] |
file_system_dir_url_request_job.cc | 97 file_system_context_->operation_runner()->ReadDirectory( 136 file_system_context_->operation_runner()->ReadDirectory(
|
recursive_operation_delegate.h | 116 FileSystemOperationRunner* operation_runner();
|
copy_or_move_operation_delegate.cc | 42 // |operation_runner|. 47 FileSystemOperationRunner* operation_runner, 54 : operation_runner_(operation_runner), 96 FileSystemOperationRunner* operation_runner, 104 : operation_runner_(operation_runner), 368 FileSystemOperationRunner* operation_runner, 377 : operation_runner_(operation_runner), 739 operation_runner(), operation_type_, src_url, dest_url, option_, 761 operation_runner(), operation_type_, src_url, dest_url, option_, 770 operation_runner(), operation_type_, src_url, dest_url, option_ [all...] |
recursive_operation_delegate.cc | 48 FileSystemOperationRunner* RecursiveOperationDelegate::operation_runner() { function in class:fileapi::RecursiveOperationDelegate 49 return file_system_context_->operation_runner(); 103 operation_runner()->ReadDirectory(
|
file_system_file_stream_reader.cc | 108 file_system_context_->operation_runner()->CreateSnapshotFile(
|
/external/chromium_org/content/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"), 310 operation_runner()->Move(src_dir, dest_dir, 324 operation_runner()->Move(src_dir, dest_file, 339 operation_runner()->Move(src_dir, dest_dir, 353 operation_runner()->Move(src_file, dest_dir, 364 operation_runner()->Move(src_dir, URLForPath("nonexistent/deset"), 376 operation_runner()->Move(src_file, dest_file [all...] |
file_system_operation_runner_unittest.cc | 59 FileSystemOperationRunner* operation_runner() { function in class:fileapi::FileSystemOperationRunnerTest 60 return file_system_context_->operation_runner(); 76 operation_runner()->Truncate(URL("foo"), 0, 89 operation_runner()->Truncate(FileSystemURL(), 0, 108 operation_runner()->Truncate(URL("foo"), 0, 110 operation_runner()->Cancel(id, base::Bind(&GetCancelStatus, 133 operation_runner()->Truncate(FileSystemURL(), 0, 135 operation_runner()->Cancel(id, base::Bind(&GetCancelStatus, 154 operation_runner()->Cancel(kInvalidId, base::Bind(&GetCancelStatus,
|
file_system_operation_impl_write_unittest.cc | 78 file_system_context_->operation_runner()->CreateFile( 179 file_system_context_->operation_runner()->Write( 194 file_system_context_->operation_runner()->Write( 209 file_system_context_->operation_runner()->Write( 224 file_system_context_->operation_runner()->Write( 239 file_system_context_->operation_runner()->CreateDirectory( 246 file_system_context_->operation_runner()->Write( 267 file_system_context_->operation_runner()->Write( 283 file_system_context_->operation_runner()->Write( 286 file_system_context_->operation_runner()->Cancel(id, RecordCancelCallback()) [all...] |
fileapi_message_filter.cc | 257 operations_[request_id] = operation_runner()->Move( 279 operations_[request_id] = operation_runner()->Copy( 298 operations_[request_id] = operation_runner()->Remove( 315 operations_[request_id] = operation_runner()->GetMetadata( 333 operations_[request_id] = operation_runner()->CreateDirectory( 337 operations_[request_id] = operation_runner()->CreateFile( 356 operations_[request_id] = operation_runner()->DirectoryExists( 360 operations_[request_id] = operation_runner()->FileExists( 378 operations_[request_id] = operation_runner()->ReadDirectory( 407 operations_[request_id] = operation_runner()->Write [all...] |
browser_file_system_helper.cc | 121 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_operation_runner_unittest.cc | 158 file_system_.operation_runner()->CreateFile( 161 file_system_.operation_runner()->Truncate( 168 file_system_.operation_runner()->FileExists( 183 file_system_.operation_runner()->FileExists( 200 file_system_.operation_runner()->Truncate( 202 file_system_.operation_runner()->Remove( 209 file_system_.operation_runner()->DirectoryExists( 216 file_system_.operation_runner()->CreateDirectory( 242 file_system_.operation_runner()->Copy( 247 file_system_.operation_runner()->Move [all...] |
canned_syncable_file_system.cc | 537 FileSystemOperationRunner* CannedSyncableFileSystem::operation_runner() { function in class:sync_file_system::CannedSyncableFileSystem 538 return file_system_context_->operation_runner(); 566 operation_runner()->CreateDirectory( 575 operation_runner()->CreateFile(url, false /* exclusive */, callback); 584 operation_runner()->Copy( 596 operation_runner()->Move( 605 operation_runner()->Truncate(url, size, callback); 615 operation_runner()->TouchFile(url, last_access_time, 624 operation_runner()->Remove(url, recursive, callback); 631 operation_runner()->FileExists(url, callback) [all...] |
local_file_sync_context.cc | 319 file_system_context->operation_runner()->Remove( 339 file_system_context->operation_runner()->Remove( 383 file_system_context->operation_runner()->CopyInForeignFile( 390 file_system_context->operation_runner()->CreateDirectory( 404 file_system_context->operation_runner()->CreateDirectory( 461 file_system_context->operation_runner()->GetMetadata( 508 LocalFileSyncContext::operation_runner() const { function in class:sync_file_system::LocalFileSyncContext [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
iphoto_file_util_unittest.cc | 226 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 237 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:iphoto::IPhotoFileUtilTest 238 return file_system_context_->operation_runner(); 267 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 282 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 297 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 311 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 317 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 327 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 338 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed) [all...] |
itunes_file_util_unittest.cc | 194 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 205 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:itunes::ItunesFileUtilTest 206 return file_system_context_->operation_runner(); 235 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 255 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 271 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 295 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 316 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 326 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 336 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed) [all...] |
native_media_file_util_unittest.cc | 185 fileapi::FileSystemOperationRunner* operation_runner() { function in class:NativeMediaFileUtilTest 186 return file_system_context_->operation_runner(); 217 operation_runner()->DirectoryExists( 220 operation_runner()->FileExists( 235 operation_runner()->ReadDirectory( 266 operation_runner()->CreateDirectory( 305 operation_runner()->Copy( 370 operation_runner()->Copy( 410 operation_runner()->Move( 475 operation_runner()->Move [all...] |
media_file_validator_browsertest.cc | 175 operation_runner()->GetMetadata(url, 198 operation_runner()->Move( 224 fileapi::FileSystemOperationRunner* operation_runner() { function in class:MediaFileValidatorTest 225 return file_system_context_->operation_runner();
|
picasa_file_util_unittest.cc | 297 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 316 ReadDirectoryTestHelper(operation_runner(), folder_url, &folder_contents, 343 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 352 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 364 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:picasa::PicasaFileUtilTest 365 return file_system_context_->operation_runner(); 431 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 450 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 570 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); 587 operation_runner()->CreateSnapshotFile [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_internal_file_ref_backend.cc | 99 GetFileSystemContext()->operation_runner()->CreateDirectory( 117 GetFileSystemContext()->operation_runner()->TouchFile( 133 GetFileSystemContext()->operation_runner()->Remove( 155 GetFileSystemContext()->operation_runner()->Move( 171 GetFileSystemContext()->operation_runner()->GetMetadata( 200 GetFileSystemContext()->operation_runner()->ReadDirectory(
|
quota_reservation.cc | 57 file_system_context_->operation_runner()->SyncGetPlatformPath(
|
/external/chromium_org/content/public/test/ |
sandbox_file_system_test_helper.cc | 111 FileSystemOperationRunner* SandboxFileSystemTestHelper::operation_runner() { function in class:fileapi::SandboxFileSystemTestHelper 112 return file_system_context_->operation_runner();
|
sandbox_file_system_test_helper.h | 74 FileSystemOperationRunner* operation_runner();
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.cc | 414 ScopedOperationRunner operation_runner(this); 472 ScopedOperationRunner operation_runner(this); 484 ScopedOperationRunner operation_runner(this); 496 ScopedOperationRunner operation_runner(this); 659 ScopedOperationRunner operation_runner(this); 706 ScopedOperationRunner operation_runner(this); 808 ScopedOperationRunner operation_runner(this); [all...] |