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

12

/external/chromium_org/webkit/browser/fileapi/
H A Dtransient_file_util.h23 virtual webkit_blob::ScopedFile CreateSnapshotFile(
H A Dtransient_file_util.cc28 ScopedFile TransientFileUtil::CreateSnapshotFile( function in class:fileapi::TransientFileUtil
H A Dasync_file_util_adapter.cc61 void CreateSnapshotFile(FileSystemFileUtil* file_util, function in class:fileapi::__anon15682::GetFileInfoHelper
64 scoped_file_ = file_util->CreateSnapshotFile(
338 void AsyncFileUtilAdapter::CreateSnapshotFile( function in class:fileapi::AsyncFileUtilAdapter
346 Bind(&GetFileInfoHelper::CreateSnapshotFile, Unretained(helper),
H A Dasync_file_util_adapter.h105 virtual void CreateSnapshotFile(
H A Dfile_system_file_stream_reader.cc108 file_system_context_->operation_runner()->CreateSnapshotFile(
H A Dfile_system_file_util.h176 // See header comments for AsyncFileUtil::CreateSnapshotFile() for
178 virtual webkit_blob::ScopedFile CreateSnapshotFile(
H A Dlocal_file_util.h87 virtual webkit_blob::ScopedFile CreateSnapshotFile(
H A Dasync_file_util.h349 // FileSystemOperationImpl::CreateSnapshotFile calls this.
358 virtual void CreateSnapshotFile(
H A Dfile_system_operation.h96 // Used for CreateSnapshotFile(). (Please see the comment at
97 // CreateSnapshotFile() below for how the method is called)
257 // - ReadDirectory and CreateSnapshotFile on source filesystem and
276 // - ReadDirectory, CreateSnapshotFile and Remove on source filesystem and
370 virtual void CreateSnapshotFile(const FileSystemURL& path,
H A Dfile_system_operation_impl.h74 virtual void CreateSnapshotFile(
H A Dfile_system_operation_runner.h158 OperationID CreateSnapshotFile(const FileSystemURL& url,
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_async_delegate.h38 // A callback to be called when CreateSnapshotFile method call succeeds.
59 virtual void CreateSnapshotFile(
H A Ddevice_media_async_file_util.h99 virtual void CreateSnapshotFile(
155 // |callback| is invoked to complete the CreateSnapshotFile request.
162 // Called when CreateSnapshotFile method call fails. |callback| is invoked to
H A Ddevice_media_async_file_util.cc222 void DeviceMediaAsyncFileUtil::CreateSnapshotFile( function in class:DeviceMediaAsyncFileUtil
332 delegate->CreateSnapshotFile(
H A Dnative_media_file_util.h92 virtual void CreateSnapshotFile(
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.h68 virtual void CreateSnapshotFile(
183 // incrementally. CreateSnapshotFile request reads the device file and writes
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dasync_file_util.h95 virtual void CreateSnapshotFile(
H A Dfileapi_worker.h149 // Called from FileSystemProxy::CreateSnapshotFile().
150 void CreateSnapshotFile(const base::FilePath& file_path,
H A Dasync_file_util.cc408 void AsyncFileUtil::CreateSnapshotFile( function in class:drive::internal::AsyncFileUtil
425 base::Bind(&fileapi_internal::CreateSnapshotFile,
/external/chromium_org/chrome/browser/media_galleries/mac/
H A Dmtp_device_delegate_impl_mac.h47 virtual void CreateSnapshotFile(
83 // 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(
197 // A snapshot file is created incrementally. CreateSnapshotFile request reads
/external/chromium_org/content/browser/fileapi/
H A Dtransient_file_util_unittest.cc93 file_util()->CreateSnapshotFile(NewOperationContext().get(),
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.h75 virtual void CreateSnapshotFile(
H A Dsyncable_file_system_operation.cc287 void SyncableFileSystemOperation::CreateSnapshotFile( function in class:sync_file_system::SyncableFileSystemOperation
291 impl_->CreateSnapshotFile(path, callback);
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.h132 void CreateSnapshotFile(const GURL& file_path,

Completed in 839 milliseconds

12