HomeSort by relevance Sort by last modified time
    Searched refs:CreateSnapshotFile (Results 1 - 25 of 44) sorted by null

1 2

  /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_adapter.h 102 virtual void CreateSnapshotFile(
async_file_util.h 326 // FileSystemOperationImpl::CreateSnapshotFile calls this.
335 virtual void CreateSnapshotFile(
async_file_util_adapter.cc 59 void CreateSnapshotFile(FileSystemFileUtil* file_util,
62 scoped_file_ = file_util->CreateSnapshotFile(
332 void AsyncFileUtilAdapter::CreateSnapshotFile(
340 Bind(&GetFileInfoHelper::CreateSnapshotFile, Unretained(helper),
file_system_file_stream_reader.cc 90 file_system_context_->operation_runner()->CreateSnapshotFile(
file_system_file_util.h 171 // See header comments for AsyncFileUtil::CreateSnapshotFile() for
173 virtual webkit_blob::ScopedFile CreateSnapshotFile(
file_system_operation.h 90 // Used for CreateSnapshotFile(). (Please see the comment at
91 // CreateSnapshotFile() below for how the method is called)
246 virtual void CreateSnapshotFile(const FileSystemURL& path,
local_file_util.h 86 virtual webkit_blob::ScopedFile CreateSnapshotFile(
transient_file_util_unittest.cc 94 file_util()->CreateSnapshotFile(NewOperationContext().get(),
file_system_operation_runner.h 154 OperationID CreateSnapshotFile(const FileSystemURL& url,
copy_or_move_operation_delegate.cc 133 // Perform CreateSnapshotFile, CopyInForeignFile and then calls
138 operation_runner()->CreateSnapshotFile(
157 // For now we assume CreateSnapshotFile always return a valid local file path.
233 operation_runner()->CreateSnapshotFile(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 41 // A callback to be called when CreateSnapshotFile method call succeeds.
62 virtual void CreateSnapshotFile(
device_media_async_file_util.h 98 virtual void CreateSnapshotFile(
154 // |callback| is invoked to complete the CreateSnapshotFile request.
161 // Called when CreateSnapshotFile method call fails. |callback| is invoked to
device_media_async_file_util.cc 221 void DeviceMediaAsyncFileUtil::CreateSnapshotFile(
331 delegate->CreateSnapshotFile(
native_media_file_util.h 91 virtual void CreateSnapshotFile(
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 71 virtual void CreateSnapshotFile(
186 // incrementally. CreateSnapshotFile request reads the device file and writes
  /external/chromium_org/chrome/browser/chromeos/drive/
async_file_util.h 92 virtual void CreateSnapshotFile(
fileapi_worker.h 147 // Called from FileSystemProxy::CreateSnapshotFile().
148 void CreateSnapshotFile(const base::FilePath& file_path,
async_file_util.cc 402 void AsyncFileUtil::CreateSnapshotFile(
419 base::Bind(&fileapi_internal::CreateSnapshotFile,
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 49 virtual void CreateSnapshotFile(
85 // Delegate for CreateSnapshotFile, called on the UI thread.
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 104 virtual void CreateSnapshotFile(
200 // A snapshot file is created incrementally. CreateSnapshotFile request reads
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 74 virtual void CreateSnapshotFile(
syncable_file_system_operation.cc 286 void SyncableFileSystemOperation::CreateSnapshotFile(
290 NewOperation()->CreateSnapshotFile(path, callback);
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 129 void CreateSnapshotFile(const GURL& file_path,

Completed in 275 milliseconds

1 2