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 64 FileSystemOperationRunner* operation_runner() { function in class:content::FileSystemOperationRunnerTest
65 return file_system_context_->operation_runner();
81 operation_runner()->Truncate(URL("foo"), 0,
94 operation_runner()->Truncate(FileSystemURL(), 0,
113 operation_runner()->Truncate(URL("foo"), 0,
115 operation_runner()->Cancel(id, base::Bind(&GetCancelStatus,
138 operation_runner()->Truncate(FileSystemURL(), 0,
140 operation_runner()->Cancel(id, base::Bind(&GetCancelStatus,
159 operation_runner()->Cancel(kInvalidId, base::Bind(&GetCancelStatus,
fileapi_message_filter.h 205 storage::FileSystemOperationRunner* operation_runner() { function in class:content::FileAPIMessageFilter
file_system_operation_impl_unittest.cc 81 FileSystemOperationRunner* operation_runner() { function in class:content::FileSystemOperationImplTest
82 return sandbox_file_system_.operation_runner();
301 operation_runner()->Move(
318 operation_runner()->Copy(
334 operation_runner()->CopyInForeignFile(
345 operation_runner()->Truncate(
356 operation_runner()->CreateFile(
367 operation_runner()->Remove(
380 operation_runner()->CreateDirectory(
394 operation_runner()->GetMetadata
    [all...]
  /external/chromium_org/storage/browser/fileapi/
recursive_operation_delegate.cc 48 FileSystemOperationRunner* RecursiveOperationDelegate::operation_runner() { function in class:storage::RecursiveOperationDelegate
49 return file_system_context_->operation_runner();
103 operation_runner()->ReadDirectory(
file_system_context.h 275 FileSystemOperationRunner* operation_runner() { function in class:storage::FileSystemContext
  /external/chromium_org/content/public/test/
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/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 229 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
245 storage::FileSystemOperationRunner* operation_runner() const { function in class:iphoto::IPhotoFileUtilTest
246 return file_system_context_->operation_runner();
275 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
290 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
305 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
319 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
325 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
335 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
346 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed)
    [all...]
itunes_file_util_unittest.cc 197 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
213 storage::FileSystemOperationRunner* operation_runner() const { function in class:itunes::ItunesFileUtilTest
214 return file_system_context_->operation_runner();
243 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
263 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
279 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
303 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
324 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
334 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
344 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed)
    [all...]
media_file_validator_browsertest.cc 179 operation_runner()->GetMetadata(url,
202 operation_runner()->Move(move_src_,
230 storage::FileSystemOperationRunner* operation_runner() { function in class:MediaFileValidatorTest
231 return file_system_context_->operation_runner();
native_media_file_util_unittest.cc 184 storage::FileSystemOperationRunner* operation_runner() { function in class:NativeMediaFileUtilTest
185 return file_system_context_->operation_runner();
216 operation_runner()->DirectoryExists(
219 operation_runner()->FileExists(
234 operation_runner()->ReadDirectory(
265 operation_runner()->CreateDirectory(
304 operation_runner()->Copy(
370 operation_runner()->Copy(
411 operation_runner()->Move(
478 operation_runner()->Move
    [all...]
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);
371 storage::FileSystemOperationRunner* operation_runner() const { function in class:picasa::PicasaFileUtilTest
372 return file_system_context_->operation_runner();
438 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
457 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
575 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed);
592 operation_runner()->CreateSnapshotFile
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.cc 548 FileSystemOperationRunner* CannedSyncableFileSystem::operation_runner() { function in class:sync_file_system::CannedSyncableFileSystem
549 return file_system_context_->operation_runner();
578 operation_runner()->CreateDirectory(
587 operation_runner()->CreateFile(url, false /* exclusive */, callback);
596 operation_runner()->Copy(
610 operation_runner()->Move(
619 operation_runner()->Truncate(url, size, callback);
629 operation_runner()->TouchFile(url, last_access_time,
638 operation_runner()->Remove(url, recursive, callback);
645 operation_runner()->FileExists(url, callback)
    [all...]
local_file_sync_context.cc 323 file_system_context->operation_runner()->Remove(
343 file_system_context->operation_runner()->Remove(
387 file_system_context->operation_runner()->CopyInForeignFile(
394 file_system_context->operation_runner()->CreateDirectory(
408 file_system_context->operation_runner()->CreateDirectory(
465 file_system_context->operation_runner()->GetMetadata(
554 LocalFileSyncContext::operation_runner() const { function in class:sync_file_system::LocalFileSyncContext
    [all...]

Completed in 261 milliseconds