Searched refs:dest_url (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_impl.cc71 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,
69 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
91 Move(const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
248 CopyInForeignFile( const base::FilePath& src_local_disk_file_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
281 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
298 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
404 DoCopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
416 DoMoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
427 DoCopyInForeignFile( const base::FilePath& src_local_disk_file_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
[all...]
H A Dasync_file_util_adapter.h78 const FileSystemURL& dest_url,
85 const FileSystemURL& dest_url,
91 const FileSystemURL& dest_url,
H A Dfile_system_operation_runner.h69 // 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| doe
[all...]
H A Dfile_system_operation_runner.cc88 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,
86 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
114 Move( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
392 CopyInForeignFile( const base::FilePath& src_local_disk_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
453 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
477 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
619 OnCopyProgress( const OperationHandle& handle, const CopyProgressCallback& callback, FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& dest_url, int64 size) argument
[all...]
H A Dfile_system_operation_impl.h42 const FileSystemURL& dest_url,
47 const FileSystemURL& dest_url,
78 const FileSystemURL& dest_url,
85 const FileSystemURL& dest_url,
90 const FileSystemURL& dest_url,
H A Dobfuscated_file_util.cc492 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));
489 CopyOrMoveFile( FileSystemOperationContext* context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
630 CopyInForeignFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const FileSystemURL& dest_url) argument
1032 CreateAndOpenFile( FileSystemOperationContext* context, const FileSystemURL& dest_url, FileInfo* dest_file_info, int file_flags) argument
1071 CreateFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const FileSystemURL& dest_url, FileInfo* dest_file_info) argument
[all...]
H A Dcopy_or_move_operation_delegate.cc51 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,
47 CopyOrMoveOnSameFileSystemImpl( FileSystemOperationRunner* operation_runner, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
96 SnapshotCopyOrMoveImpl( FileSystemOperationRunner* operation_runner, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, CopyOrMoveFileValidatorFactory* validator_factory, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
368 StreamCopyOrMoveImpl( FileSystemOperationRunner* operation_runner, FileSystemContext* file_system_context, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, scoped_ptr<storage::FileStreamReader> reader, scoped_ptr<FileStreamWriter> writer, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
903 DidCopyOrMoveFile( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback, CopyOrMoveImpl* impl, base::File::Error error) argument
936 ProcessDirectoryInternal( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback) argument
950 DidCreateDirectory( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback, base::File::Error error) argument
[all...]
H A Dasync_file_util.h209 // 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| exist
[all...]
H A Dcopy_or_move_operation_delegate.h119 const FileSystemURL& dest_url,
126 const FileSystemURL& dest_url,
129 const FileSystemURL& dest_url,
H A Dfile_system_operation.h376 // 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...]
H A Dlocal_file_util.cc191 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,
188 CopyOrMoveFile( FileSystemOperationContext* context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
211 CopyInForeignFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const FileSystemURL& dest_url) argument
H A Dfile_system_file_util.h125 // 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;
H A Dlocal_file_util.h68 const FileSystemURL& dest_url,
74 const FileSystemURL& dest_url) OVERRIDE;
H A Dnative_file_util.h39 const FileSystemURL& dest_url, bool copy);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.h43 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,
H A Dsyncable_file_system_operation.cc121 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,
119 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
142 Move( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
290 CopyInForeignFile( const base::FilePath& src_local_disk_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
325 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
335 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.h60 const storage::FileSystemURL& dest_url,
67 const storage::FileSystemURL& dest_url,
73 const storage::FileSystemURL& dest_url,
H A Dasync_file_util.cc284 const storage::FileSystemURL& dest_url,
291 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url);
298 // Assumption here is that |src_url| and |dest_url| are always from the same
300 // different mount point. Hence, using GetFileSystemFromUrl(dest_url) is safe.
304 base::Bind(&fileapi_internal::GetFileSystemFromUrl, dest_url),
317 const storage::FileSystemURL& dest_url,
323 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url);
329 // TODO(kinaba): see the comment in CopyFileLocal(). |src_url| and |dest_url|
333 base::Bind(&fileapi_internal::GetFileSystemFromUrl, dest_url),
343 const storage::FileSystemURL& dest_url,
281 CopyFileLocal( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& src_url, const storage::FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
314 MoveFileLocal( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& src_url, const storage::FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
340 CopyInForeignFile( scoped_ptr<storage::FileSystemOperationContext> context, const base::FilePath& src_file_path, const storage::FileSystemURL& dest_url, const StatusCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.h70 const storage::FileSystemURL& dest_url,
77 const storage::FileSystemURL& dest_url,
83 const storage::FileSystemURL& dest_url,
/external/chromium_org/content/public/browser/
H A Dsite_instance.h142 const GURL& dest_url);
/external/chromium_org/content/browser/
H A Dsite_instance_impl.cc252 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/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util.h80 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);
H A Ddevice_media_async_file_util.h77 const storage::FileSystemURL& dest_url,
84 const storage::FileSystemURL& dest_url,
90 const storage::FileSystemURL& dest_url,
H A Dnative_media_file_util.cc217 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);
214 CopyFileLocal( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& src_url, const storage::FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
231 MoveFileLocal( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& src_url, const storage::FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
247 CopyInForeignFile( scoped_ptr<storage::FileSystemOperationContext> context, const base::FilePath& src_file_path, const storage::FileSystemURL& dest_url, const StatusCallback& callback) argument
356 CopyOrMoveFileLocalOnTaskRunnerThread( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& src_url, const storage::FileSystemURL& dest_url, CopyOrMoveOption option, bool copy, const StatusCallback& callback) argument
372 CopyInForeignFileOnTaskRunnerThread( scoped_ptr<storage::FileSystemOperationContext> context, const base::FilePath& src_file_path, const storage::FileSystemURL& dest_url, const StatusCallback& callback) argument
439 CopyOrMoveFileSync( storage::FileSystemOperationContext* context, const storage::FileSystemURL& src_url, const storage::FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
479 CopyInForeignFileSync( storage::FileSystemOperationContext* context, const base::FilePath& src_file_path, const storage::FileSystemURL& dest_url) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc803 const GURL& dest_url,
835 SiteInstanceImpl::GetEffectiveURL(browser_context, dest_url),
839 dest_url,
857 const GURL& dest_url,
881 return SiteInstance::CreateForURL(browser_context, dest_url);
919 RenderProcessHost::ShouldUseProcessPerSite(browser_context, dest_url) &&
920 RenderProcessHostImpl::GetProcessHostForSite(browser_context, dest_url);
921 if (current_site_instance->HasRelatedSiteInstance(dest_url) ||
923 return current_site_instance->GetRelatedSiteInstance(dest_url);
930 if (current_site_instance->HasWrongProcessForURL(dest_url))
802 GetSiteInstanceForNavigation( const GURL& dest_url, SiteInstance* dest_instance, ui::PageTransition dest_transition, bool dest_is_restore, bool dest_is_view_source_mode) argument
856 GetSiteInstanceForURL( const GURL& dest_url, SiteInstance* dest_instance, ui::PageTransition dest_transition, bool dest_is_restore, bool dest_is_view_source_mode, SiteInstance* current_instance, bool force_browsing_instance_swap) argument
[all...]

Completed in 1318 milliseconds

12