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

1 2

  /external/chromium_org/storage/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_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,
394 const FileSystemURL& dest_url,
398 file_system_context_->CreateFileSystemOperation(dest_url, &error)
    [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 51 const FileSystemURL& dest_url,
58 dest_url_(dest_url),
100 const FileSystemURL& dest_url,
108 dest_url_(dest_url),
373 const FileSystemURL& dest_url,
383 dest_url_(dest_url),
796 FileSystemURL dest_url = CreateDestURL(src_url); local
804 operation_runner(), operation_type_, src_url, dest_url, option_,
823 file_system_context()->CreateFileStreamWriter(dest_url, 0);
830 dest_url,
    [all...]
async_file_util.h 209 // Copies a file from |src_url| to |dest_url|.
211 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
223 // or the parent directory of |dest_url| does not exist.
225 // - File::FILE_ERROR_INVALID_OPERATION if |dest_url| exists and
227 // - File::FILE_ERROR_FAILED if |dest_url| does not exist and
233 const FileSystemURL& dest_url,
238 // Moves a local file from |src_url| to |dest_url|.
240 // (i.e. type() and origin() of the |src_url| and |dest_url| must match).
246 // or the parent directory of |dest_url| does not exist.
248 // - 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);
208 storage::NativeFileUtil::CopyOrMoveModeForDestination(dest_url, copy));
214 const FileSystemURL& dest_url) {
220 GetLocalFilePath(context, dest_url, &dest_file_path);
227 storage::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;
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);
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 43 const storage::FileSystemURL& dest_url,
48 const storage::FileSystemURL& dest_url,
81 const storage::FileSystemURL& dest_url,
88 const storage::FileSystemURL& dest_url,
93 const storage::FileSystemURL& dest_url,
syncable_file_system_operation.cc 121 const FileSystemURL& dest_url,
131 target_paths_.push_back(dest_url);
137 src_url, dest_url, option, progress_callback,
144 const FileSystemURL& dest_url,
154 target_paths_.push_back(dest_url);
160 src_url, dest_url, option,
292 const FileSystemURL& dest_url,
300 target_paths_.push_back(dest_url);
306 src_local_disk_path, dest_url,
327 const FileSystemURL& dest_url,
    [all...]
canned_syncable_file_system.h 121 const storage::FileSystemURL& dest_url);
123 const storage::FileSystemURL& dest_url);
173 const storage::FileSystemURL& dest_url,
176 const storage::FileSystemURL& dest_url,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.h 80 const storage::FileSystemURL& dest_url,
87 const storage::FileSystemURL& dest_url,
93 const storage::FileSystemURL& dest_url,
130 const storage::FileSystemURL& dest_url,
137 const storage::FileSystemURL& dest_url,
163 const storage::FileSystemURL& dest_url,
169 const storage::FileSystemURL& dest_url);
device_media_async_file_util.h 77 const storage::FileSystemURL& dest_url,
84 const storage::FileSystemURL& dest_url,
90 const storage::FileSystemURL& dest_url,
native_media_file_util.cc 217 const storage::FileSystemURL& dest_url,
227 src_url, dest_url, option, true /* copy */, callback));
234 const storage::FileSystemURL& dest_url,
243 src_url, dest_url, option, false /* copy */, callback));
250 const storage::FileSystemURL& dest_url,
258 src_file_path, dest_url, callback));
359 const storage::FileSystemURL& dest_url,
365 CopyOrMoveFileSync(context.get(), src_url, dest_url, option, copy);
375 const storage::FileSystemURL& dest_url,
379 CopyInForeignFileSync(context.get(), src_file_path, dest_url);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.h 60 const storage::FileSystemURL& dest_url,
67 const storage::FileSystemURL& dest_url,
73 const storage::FileSystemURL& dest_url,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.h 70 const storage::FileSystemURL& dest_url,
77 const storage::FileSystemURL& dest_url,
83 const storage::FileSystemURL& dest_url,
  /external/chromium_org/content/public/browser/
site_instance.h 142 const GURL& dest_url);
  /external/chromium_org/content/browser/
site_instance_impl.cc 252 GURL dest_url = SiteInstanceImpl::GetEffectiveURL(browser_context, local
263 if (IsRendererDebugURL(src_url) || IsRendererDebugURL(dest_url))
267 if (!src_url.is_valid() || !dest_url.is_valid())
273 if (dest_url == blank_page)
277 if (src_url.scheme() != dest_url.scheme())
282 dest_url,
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 803 const GURL& dest_url,
    [all...]

Completed in 379 milliseconds

1 2