HomeSort by relevance Sort by last modified time
    Searched defs:operation_runner (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
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(
sandbox_file_system_test_helper.cc 111 FileSystemOperationRunner* SandboxFileSystemTestHelper::operation_runner() { function in class:fileapi::SandboxFileSystemTestHelper
112 return file_system_context_->operation_runner();
file_system_context.h 212 FileSystemOperationRunner* operation_runner() { function in class:fileapi::FileSystemContext
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...]
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 202 fileapi::FileSystemOperationRunner* operation_runner() { function in class:content::FileAPIMessageFilter
  /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...]
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();
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...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
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.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...]
  /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);

Completed in 569 milliseconds