Searched defs:CreateSnapshotFile (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dtransient_file_util.cc28 ScopedFile TransientFileUtil::CreateSnapshotFile( function in class:storage::TransientFileUtil
H A Dasync_file_util_adapter.cc61 void CreateSnapshotFile(FileSystemFileUtil* file_util, function in class:storage::__anon10704::GetFileInfoHelper
64 scoped_file_ = file_util->CreateSnapshotFile(
338 void AsyncFileUtilAdapter::CreateSnapshotFile( function in class:storage::AsyncFileUtilAdapter
346 Bind(&GetFileInfoHelper::CreateSnapshotFile, Unretained(helper),
H A Dlocal_file_util.cc251 storage::ScopedFile LocalFileUtil::CreateSnapshotFile( function in class:storage::LocalFileUtil
H A Dfile_system_operation_impl.cc240 void FileSystemOperationImpl::CreateSnapshotFile( function in class:storage::FileSystemOperationImpl
244 async_file_util_->CreateSnapshotFile(
H A Dfile_system_operation_runner.cc371 OperationID FileSystemOperationRunner::CreateSnapshotFile( function in class:storage::FileSystemOperationRunner
385 operation->CreateSnapshotFile(
H A Dobfuscated_file_util.cc781 storage::ScopedFile ObfuscatedFileUtil::CreateSnapshotFile( function in class:storage::ObfuscatedFileUtil
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.cc421 void AsyncFileUtil::CreateSnapshotFile( function in class:drive::internal::AsyncFileUtil
438 base::Bind(&fileapi_internal::CreateSnapshotFile,
H A Dfileapi_worker.cc307 void CreateSnapshotFile(const base::FilePath& file_path, function in namespace:drive::fileapi_internal
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.cc456 void ProviderAsyncFileUtil::CreateSnapshotFile( function in class:chromeos::file_system_provider::internal::ProviderAsyncFileUtil
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc283 void SyncableFileSystemOperation::CreateSnapshotFile( function in class:sync_file_system::SyncableFileSystemOperation
287 impl_->CreateSnapshotFile(path, callback);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc103 // |callback| is invoked to complete the CreateSnapshotFile request.
147 // Called when CreateSnapshotFile method call fails. |callback| is invoked to
179 delegate->CreateSnapshotFile(
274 CreateSnapshotFile(
422 void DeviceMediaAsyncFileUtil::CreateSnapshotFile( function in class:DeviceMediaAsyncFileUtil
H A Dnative_media_file_util.cc134 CreateSnapshotFile(
299 void NativeMediaFileUtil::CreateSnapshotFile( function in class:NativeMediaFileUtil
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc420 void MTPDeviceDelegateImplWin::CreateSnapshotFile( function in class:MTPDeviceDelegateImplWin
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc412 base::File::Error CreateSnapshotFile(const FileSystemURL& url) { function in class:content::FileSystemOperationImplTest
416 operation_runner()->CreateSnapshotFile(
1184 EXPECT_EQ(base::File::FILE_OK, CreateSnapshotFile(file));
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc320 void FileSystemDispatcher::CreateSnapshotFile( function in class:content::FileSystemDispatcher
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.cc386 void MTPDeviceDelegateImplLinux::CreateSnapshotFile( function in class:MTPDeviceDelegateImplLinux

Completed in 587 milliseconds