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

1 2

  /external/chromium_org/content/browser/fileapi/
file_system_operation_impl_unittest.cc 90 FileSystemOperationRunner* operation_runner() { function in class:content::FileSystemOperationImplTest
91 return sandbox_file_system_.operation_runner();
247 operation_runner()->Remove(url, false /* recursive */,
307 operation_runner()->Move(URLForPath("a"), URLForPath("b"),
319 operation_runner()->Move(src_dir, dest_dir,
333 operation_runner()->Move(src_dir, dest_file,
348 operation_runner()->Move(src_dir, dest_dir,
362 operation_runner()->Move(src_file, dest_dir,
373 operation_runner()->Move(src_dir, URLForPath("nonexistent/deset"),
385 operation_runner()->Move(src_file, dest_file
    [all...]
file_system_operation_runner_unittest.cc 63 FileSystemOperationRunner* operation_runner() { function in class:content::FileSystemOperationRunnerTest
64 return file_system_context_->operation_runner();
80 operation_runner()->Truncate(URL("foo"), 0,
93 operation_runner()->Truncate(FileSystemURL(), 0,
112 operation_runner()->Truncate(URL("foo"), 0,
114 operation_runner()->Cancel(id, base::Bind(&GetCancelStatus,
137 operation_runner()->Truncate(FileSystemURL(), 0,
139 operation_runner()->Cancel(id, base::Bind(&GetCancelStatus,
158 operation_runner()->Cancel(kInvalidId, base::Bind(&GetCancelStatus,
file_system_operation_impl_write_unittest.cc 82 file_system_context_->operation_runner()->CreateFile(
183 file_system_context_->operation_runner()->Write(
198 file_system_context_->operation_runner()->Write(
213 file_system_context_->operation_runner()->Write(
228 file_system_context_->operation_runner()->Write(
243 file_system_context_->operation_runner()->CreateDirectory(
250 file_system_context_->operation_runner()->Write(
271 file_system_context_->operation_runner()->Write(
287 file_system_context_->operation_runner()->Write(
290 file_system_context_->operation_runner()->Cancel(id, RecordCancelCallback())
    [all...]
fileapi_message_filter.cc 262 operations_[request_id] = operation_runner()->Move(
284 operations_[request_id] = operation_runner()->Copy(
303 operations_[request_id] = operation_runner()->Remove(
320 operations_[request_id] = operation_runner()->GetMetadata(
338 operations_[request_id] = operation_runner()->CreateDirectory(
342 operations_[request_id] = operation_runner()->CreateFile(
361 operations_[request_id] = operation_runner()->DirectoryExists(
365 operations_[request_id] = operation_runner()->FileExists(
383 operations_[request_id] = operation_runner()->ReadDirectory(
412 operations_[request_id] = operation_runner()->Write
    [all...]
browser_file_system_helper.cc 129 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
  /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);
58 operation_runner()->RemoveDirectory(
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),
741 operation_runner(), operation_type_, src_url, dest_url, option_,
763 operation_runner(), operation_type_, src_url, dest_url, option_,
772 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 107 file_system_context_->operation_runner()->CreateSnapshotFile(
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 167 file_system_.operation_runner()->CreateFile(
170 file_system_.operation_runner()->Truncate(
177 file_system_.operation_runner()->FileExists(
192 file_system_.operation_runner()->FileExists(
209 file_system_.operation_runner()->Truncate(
211 file_system_.operation_runner()->Remove(
218 file_system_.operation_runner()->DirectoryExists(
225 file_system_.operation_runner()->CreateDirectory(
251 file_system_.operation_runner()->Copy(
256 file_system_.operation_runner()->Move
    [all...]
canned_syncable_file_system.cc 543 FileSystemOperationRunner* CannedSyncableFileSystem::operation_runner() { function in class:sync_file_system::CannedSyncableFileSystem
544 return file_system_context_->operation_runner();
572 operation_runner()->CreateDirectory(
581 operation_runner()->CreateFile(url, false /* exclusive */, callback);
590 operation_runner()->Copy(
602 operation_runner()->Move(
611 operation_runner()->Truncate(url, size, callback);
621 operation_runner()->TouchFile(url, last_access_time,
630 operation_runner()->Remove(url, recursive, callback);
637 operation_runner()->FileExists(url, callback)
    [all...]
local_file_sync_context.cc 322 file_system_context->operation_runner()->Remove(
342 file_system_context->operation_runner()->Remove(
386 file_system_context->operation_runner()->CopyInForeignFile(
393 file_system_context->operation_runner()->CreateDirectory(
407 file_system_context->operation_runner()->CreateDirectory(
464 file_system_context->operation_runner()->GetMetadata(
547 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 229 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
244 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:iphoto::IPhotoFileUtilTest
245 return file_system_context_->operation_runner();
274 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
289 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
304 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
318 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
324 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
334 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
345 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed)
    [all...]
itunes_file_util_unittest.cc 197 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
212 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:itunes::ItunesFileUtilTest
213 return file_system_context_->operation_runner();
242 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
262 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
278 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
302 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
323 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
333 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
343 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed)
    [all...]
native_media_file_util_unittest.cc 186 fileapi::FileSystemOperationRunner* operation_runner() { function in class:NativeMediaFileUtilTest
187 return file_system_context_->operation_runner();
218 operation_runner()->DirectoryExists(
221 operation_runner()->FileExists(
236 operation_runner()->ReadDirectory(
267 operation_runner()->CreateDirectory(
306 operation_runner()->Copy(
371 operation_runner()->Copy(
411 operation_runner()->Move(
476 operation_runner()->Move
    [all...]
media_file_validator_browsertest.cc 176 operation_runner()->GetMetadata(url,
199 operation_runner()->Move(
225 fileapi::FileSystemOperationRunner* operation_runner() { function in class:MediaFileValidatorTest
226 return file_system_context_->operation_runner();
picasa_file_util_unittest.cc 299 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
318 ReadDirectoryTestHelper(operation_runner(), folder_url, &folder_contents,
345 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
354 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
370 fileapi::FileSystemOperationRunner* operation_runner() const { function in class:picasa::PicasaFileUtilTest
371 return file_system_context_->operation_runner();
437 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
456 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
574 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
591 operation_runner()->CreateSnapshotFile
    [all...]
  /external/chromium_org/content/public/test/
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...]
sandbox_file_system_test_helper.h 76 fileapi::FileSystemOperationRunner* operation_runner();
sandbox_file_system_test_helper.cc 119 FileSystemOperationRunner* SandboxFileSystemTestHelper::operation_runner() { function in class:content::SandboxFileSystemTestHelper
120 return file_system_context_->operation_runner();
  /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(
202 GetFileSystemContext()->operation_runner()->ReadDirectory(
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc 70 file_system_context->operation_runner()->CreateFile(url, false, callback);
81 file_system_context->operation_runner()->FileExists(
snapshot_manager.cc 24 context->operation_runner()->CreateSnapshotFile(url, callback);
  /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...]

Completed in 658 milliseconds

1 2