/external/chromium_org/webkit/browser/fileapi/ |
transient_file_util.h | 23 virtual webkit_blob::ScopedFile CreateSnapshotFile(
|
transient_file_util.cc | 28 ScopedFile TransientFileUtil::CreateSnapshotFile(
|
async_file_util.h | 349 // FileSystemOperationImpl::CreateSnapshotFile calls this. 358 virtual void CreateSnapshotFile(
|
async_file_util_adapter.cc | 61 void CreateSnapshotFile(FileSystemFileUtil* file_util, 64 scoped_file_ = file_util->CreateSnapshotFile( 338 void AsyncFileUtilAdapter::CreateSnapshotFile( 346 Bind(&GetFileInfoHelper::CreateSnapshotFile, Unretained(helper),
|
async_file_util_adapter.h | 105 virtual void CreateSnapshotFile(
|
file_system_file_stream_reader.cc | 108 file_system_context_->operation_runner()->CreateSnapshotFile(
|
file_system_file_util.h | 176 // See header comments for AsyncFileUtil::CreateSnapshotFile() for 178 virtual webkit_blob::ScopedFile CreateSnapshotFile(
|
local_file_util.h | 87 virtual webkit_blob::ScopedFile CreateSnapshotFile(
|
file_system_operation.h | 96 // 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,
|
file_system_operation_impl.h | 74 virtual void CreateSnapshotFile(
|
file_system_operation_runner.h | 158 OperationID CreateSnapshotFile(const FileSystemURL& url,
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
mtp_device_async_delegate.h | 38 // A callback to be called when CreateSnapshotFile method call succeeds. 59 virtual void CreateSnapshotFile(
|
device_media_async_file_util.h | 99 virtual void CreateSnapshotFile( 155 // |callback| is invoked to complete the CreateSnapshotFile request. 162 // Called when CreateSnapshotFile method call fails. |callback| is invoked to
|
device_media_async_file_util.cc | 222 void DeviceMediaAsyncFileUtil::CreateSnapshotFile( 332 delegate->CreateSnapshotFile(
|
native_media_file_util.h | 92 virtual void CreateSnapshotFile(
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_delegate_impl_linux.h | 68 virtual void CreateSnapshotFile( 183 // incrementally. CreateSnapshotFile request reads the device file and writes
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
async_file_util.h | 95 virtual void CreateSnapshotFile(
|
fileapi_worker.h | 149 // Called from FileSystemProxy::CreateSnapshotFile(). 150 void CreateSnapshotFile(const base::FilePath& file_path,
|
async_file_util.cc | 408 void AsyncFileUtil::CreateSnapshotFile( 425 base::Bind(&fileapi_internal::CreateSnapshotFile,
|
/external/chromium_org/chrome/browser/media_galleries/mac/ |
mtp_device_delegate_impl_mac.h | 47 virtual void CreateSnapshotFile( 83 // Delegate for CreateSnapshotFile, called on the UI thread.
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_delegate_impl_win.h | 101 virtual void CreateSnapshotFile( 197 // A snapshot file is created incrementally. CreateSnapshotFile request reads
|
/external/chromium_org/content/browser/fileapi/ |
transient_file_util_unittest.cc | 93 file_util()->CreateSnapshotFile(NewOperationContext().get(),
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_system_operation.h | 75 virtual void CreateSnapshotFile(
|
syncable_file_system_operation.cc | 287 void SyncableFileSystemOperation::CreateSnapshotFile( 291 impl_->CreateSnapshotFile(path, callback);
|
/external/chromium_org/content/child/fileapi/ |
file_system_dispatcher.h | 132 void CreateSnapshotFile(const GURL& file_path,
|