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

  /external/chromium_org/content/browser/fileapi/
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,
fileapi_message_filter.h 205 fileapi::FileSystemOperationRunner* operation_runner() { function in class:content::FileAPIMessageFilter
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...]
  /external/chromium_org/webkit/browser/fileapi/
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_context.h 233 FileSystemOperationRunner* operation_runner() { function in class:fileapi::FileSystemContext
  /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();
  /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...]
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();
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...]
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/chrome/browser/sync_file_system/local/
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...]

Completed in 83 milliseconds