Searched refs:CreateSnapshotFile (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/storage/browser/fileapi/
H A Dtransient_file_util.h23 virtual storage::ScopedFile CreateSnapshotFile(
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 Dasync_file_util_adapter.h105 virtual void CreateSnapshotFile(
H A Dfile_system_file_stream_reader.cc104 file_system_context_->operation_runner()->CreateSnapshotFile(
H A Dfile_system_file_util.h168 // See header comments for AsyncFileUtil::CreateSnapshotFile() for
170 virtual storage::ScopedFile CreateSnapshotFile(
H A Dlocal_file_util.h81 virtual storage::ScopedFile CreateSnapshotFile(
H A Dasync_file_util.h346 // FileSystemOperationImpl::CreateSnapshotFile calls this.
355 virtual void CreateSnapshotFile(
H A Dfile_system_operation.h95 // Used for CreateSnapshotFile(). (Please see the comment at
96 // CreateSnapshotFile() below for how the method is called)
256 // - ReadDirectory and CreateSnapshotFile on source filesystem and
275 // - ReadDirectory, CreateSnapshotFile and Remove on source filesystem and
369 virtual void CreateSnapshotFile(const FileSystemURL& path,
H A Dfile_system_operation_impl.h74 virtual void CreateSnapshotFile(
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_async_delegate.h41 // A callback to be called when CreateSnapshotFile method call succeeds.
82 virtual void CreateSnapshotFile(
H A Ddevice_media_async_file_util.h104 virtual void CreateSnapshotFile(
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
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.h87 virtual void CreateSnapshotFile(
H A Dfileapi_worker.h151 // Called from FileSystemProxy::CreateSnapshotFile().
152 void CreateSnapshotFile(const base::FilePath& file_path,
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.h97 virtual void CreateSnapshotFile(
H A Dprovider_async_file_util_unittest.cc414 TEST_F(FileSystemProviderProviderAsyncFileUtilTest, CreateSnapshotFile) {
417 async_file_util_->CreateSnapshotFile(
/external/chromium_org/chrome/browser/media_galleries/mac/
H A Dmtp_device_delegate_impl_mac.h47 virtual void CreateSnapshotFile(
90 // Delegate for CreateSnapshotFile, called on the UI thread.
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.h101 virtual void CreateSnapshotFile(
204 // A snapshot file is created incrementally. CreateSnapshotFile request reads
/external/chromium_org/content/browser/fileapi/
H A Dtransient_file_util_unittest.cc95 storage::ScopedFile scoped_file = file_util()->CreateSnapshotFile(
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.h82 virtual void CreateSnapshotFile(
266 // incrementally. CreateSnapshotFile request reads the device file and writes
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.h77 virtual void CreateSnapshotFile(
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/content/child/fileapi/
H A Dfile_system_dispatcher.h123 void CreateSnapshotFile(const GURL& file_path,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dsnapshot_manager.cc84 // Part of CreateManagedSnapshot. Runs CreateSnapshotFile method of fileapi.
90 context->operation_runner()->CreateSnapshotFile(url, callback);

Completed in 334 milliseconds

12