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

1 2

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.cc 71 const FileSystemURL& dest_url,
82 src_url, dest_url,
92 const FileSystemURL& dest_url,
100 src_url, dest_url,
250 const FileSystemURL& dest_url,
254 dest_url,
256 weak_factory_.GetWeakPtr(), src_local_disk_file_path, dest_url,
283 const FileSystemURL& dest_url,
288 DCHECK(src_url.IsInSameFileSystem(dest_url));
291 dest_url,
    [all...]
async_file_util_adapter.h 78 const FileSystemURL& dest_url,
85 const FileSystemURL& dest_url,
91 const FileSystemURL& dest_url,
file_system_operation_runner.h 69 // Copies a file or directory from |src_url| to |dest_url|. If
71 // |dest_url| recursively. A new file or directory is created at
72 // |dest_url| as needed.
76 const FileSystemURL& dest_url,
81 // Moves a file or directory from |src_url| to |dest_url|. A new file
82 // or directory is created at |dest_url| as needed.
85 const FileSystemURL& dest_url,
165 // or the parent directory of |dest_url| does not exist.
166 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
168 // - File::FILE_ERROR_FAILED if |dest_url| does not exist an
    [all...]
file_system_operation_impl.h 42 const FileSystemURL& dest_url,
47 const FileSystemURL& dest_url,
78 const FileSystemURL& dest_url,
85 const FileSystemURL& dest_url,
90 const FileSystemURL& dest_url,
obfuscated_file_util.cc 492 const FileSystemURL& dest_url,
496 DCHECK(src_url.origin() == dest_url.origin());
497 DCHECK(src_url.type() == dest_url.type());
508 bool overwrite = db->GetFileWithPath(dest_url.path(),
527 db, context, dest_url, dest_file_id,
538 if (!db->GetFileWithPath(VirtualPath::DirName(dest_url.path()),
546 VirtualPath::BaseName(dest_url.path()).value();
583 dest_url, true /* copy */));
585 error = CreateFile(context, src_local_path, dest_url, &dest_file_info);
611 MakeTuple(dest_url));
    [all...]
copy_or_move_operation_delegate.cc 50 const FileSystemURL& dest_url,
57 dest_url_(dest_url),
99 const FileSystemURL& dest_url,
107 dest_url_(dest_url),
371 const FileSystemURL& dest_url,
380 dest_url_(dest_url),
737 FileSystemURL dest_url = CreateDestURL(src_url); local
741 operation_runner(), operation_type_, src_url, dest_url, option_,
760 file_system_context()->CreateFileStreamWriter(dest_url, 0);
763 operation_runner(), operation_type_, src_url, dest_url, option_
    [all...]
async_file_util.h 210 // Copies a file from |src_url| to |dest_url|.
212 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
224 // or the parent directory of |dest_url| does not exist.
226 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
228 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
234 const FileSystemURL& dest_url,
239 // Moves a local file from |src_url| to |dest_url|.
241 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
247 // or the parent directory of |dest_url| does not exist.
249 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists an
    [all...]
copy_or_move_operation_delegate.h 119 const FileSystemURL& dest_url,
126 const FileSystemURL& dest_url,
129 const FileSystemURL& dest_url,
file_system_operation.h 376 // or the parent directory of |dest_url| does not exist.
377 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
379 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
383 const FileSystemURL& dest_url,
405 // Copies a file from |src_url| to |dest_url|.
407 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
416 // or the parent directory of |dest_url| does not exist.
418 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
420 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
424 const FileSystemURL& dest_url,
    [all...]
local_file_util.cc 191 const FileSystemURL& dest_url,
200 error = GetLocalFilePath(context, dest_url, &dest_file_path);
206 fileapi::NativeFileUtil::CopyOrMoveModeForDestination(dest_url, copy));
212 const FileSystemURL& dest_url) {
218 GetLocalFilePath(context, dest_url, &dest_file_path);
223 fileapi::NativeFileUtil::CopyOrMoveModeForDestination(dest_url,
file_system_file_util.h 125 // Copies or moves a single file from |src_url| to |dest_url|.
126 // The filesystem type of |src_url| and |dest_url| MUST be same.
131 // or the parent directory of |dest_url| does not exist.
133 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
135 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
141 const FileSystemURL& dest_url,
151 const FileSystemURL& dest_url) = 0;
file_system_operation_runner.cc 88 const FileSystemURL& dest_url,
94 file_system_context_->CreateFileSystemOperation(dest_url, &error);
101 PrepareForWrite(handle.id, dest_url);
104 src_url, dest_url, option,
116 const FileSystemURL& dest_url,
121 file_system_context_->CreateFileSystemOperation(dest_url, &error);
128 PrepareForWrite(handle.id, dest_url);
131 src_url, dest_url, option,
396 const FileSystemURL& dest_url,
400 file_system_context_->CreateFileSystemOperation(dest_url, &error)
    [all...]
local_file_util.h 68 const FileSystemURL& dest_url,
74 const FileSystemURL& dest_url) OVERRIDE;
native_file_util.h 39 const FileSystemURL& dest_url, bool copy);
obfuscated_file_util.h 151 const FileSystemURL& dest_url,
157 const FileSystemURL& dest_url) OVERRIDE;
269 const FileSystemURL& dest_url,
279 const FileSystemURL& dest_url,
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 43 const fileapi::FileSystemURL& dest_url,
48 const fileapi::FileSystemURL& dest_url,
79 const fileapi::FileSystemURL& dest_url,
86 const fileapi::FileSystemURL& dest_url,
91 const fileapi::FileSystemURL& dest_url,
syncable_file_system_operation.cc 125 const FileSystemURL& dest_url,
135 target_paths_.push_back(dest_url);
141 src_url, dest_url, option, progress_callback,
148 const FileSystemURL& dest_url,
158 target_paths_.push_back(dest_url);
164 src_url, dest_url, option,
296 const FileSystemURL& dest_url,
304 target_paths_.push_back(dest_url);
310 src_local_disk_path, dest_url,
331 const FileSystemURL& dest_url,
    [all...]
canned_syncable_file_system.h 122 const fileapi::FileSystemURL& dest_url);
124 const fileapi::FileSystemURL& dest_url);
175 const fileapi::FileSystemURL& dest_url,
178 const fileapi::FileSystemURL& dest_url,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.h 82 const fileapi::FileSystemURL& dest_url,
89 const fileapi::FileSystemURL& dest_url,
95 const fileapi::FileSystemURL& dest_url,
132 const fileapi::FileSystemURL& dest_url,
139 const fileapi::FileSystemURL& dest_url,
165 const fileapi::FileSystemURL& dest_url,
171 const fileapi::FileSystemURL& dest_url);
device_media_async_file_util.h 79 const fileapi::FileSystemURL& dest_url,
86 const fileapi::FileSystemURL& dest_url,
92 const fileapi::FileSystemURL& dest_url,
native_media_file_util.cc 218 const fileapi::FileSystemURL& dest_url,
228 src_url, dest_url, option, true /* copy */, callback));
235 const fileapi::FileSystemURL& dest_url,
244 src_url, dest_url, option, false /* copy */, callback));
251 const fileapi::FileSystemURL& dest_url,
259 src_file_path, dest_url, callback));
360 const fileapi::FileSystemURL& dest_url,
366 CopyOrMoveFileSync(context.get(), src_url, dest_url, option, copy);
376 const fileapi::FileSystemURL& dest_url,
380 CopyInForeignFileSync(context.get(), src_file_path, dest_url);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.h 62 const fileapi::FileSystemURL& dest_url,
69 const fileapi::FileSystemURL& dest_url,
75 const fileapi::FileSystemURL& dest_url,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.h 70 const fileapi::FileSystemURL& dest_url,
77 const fileapi::FileSystemURL& dest_url,
83 const fileapi::FileSystemURL& dest_url,
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_async_util.h 57 const fileapi::FileSystemURL& dest_url,
64 const fileapi::FileSystemURL& dest_url,
70 const fileapi::FileSystemURL& dest_url,
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 700 const GURL& dest_url = entry.GetURL(); local
718 return SiteInstance::CreateForURL(browser_context, dest_url);
756 RenderProcessHost::ShouldUseProcessPerSite(browser_context, dest_url) &&
757 RenderProcessHostImpl::GetProcessHostForSite(browser_context, dest_url);
758 if (current_site_instance->HasRelatedSiteInstance(dest_url) ||
760 return current_site_instance->GetRelatedSiteInstance(dest_url);
    [all...]

Completed in 1120 milliseconds

1 2