Searched defs:dest_url (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/prerender/
H A Dprerender_browsertest.cc40 std::string CreateClientRedirect(const std::string& dest_url) { argument
42 return kClientRedirectBase + dest_url;
45 std::string CreateServerRedirect(const std::string& dest_url) { argument
47 return kServerRedirectBase + dest_url;
186 GURL dest_url = test_server()->GetURL(html_file); local
187 return (prerender_manager()->FindEntry(dest_url) != NULL);
195 GURL dest_url = test_server()->GetURL(html_file); local
196 return (prerender_manager()->FindPendingEntry(dest_url) != NULL);
207 void set_dest_url(const GURL& dest_url) { dest_url_ = dest_url; } argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dasync_file_util.cc279 const fileapi::FileSystemURL& dest_url,
286 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url);
305 const fileapi::FileSystemURL& dest_url,
311 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url);
330 const fileapi::FileSystemURL& dest_url,
334 base::FilePath dest_path = util::ExtractDrivePathFromFileSystemUrl(dest_url);
276 CopyFileLocal( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& src_url, const fileapi::FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
302 MoveFileLocal( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& src_url, const fileapi::FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
327 CopyInForeignFile( scoped_ptr<fileapi::FileSystemOperationContext> context, const base::FilePath& src_file_path, const fileapi::FileSystemURL& dest_url, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc166 const FileSystemURL& dest_url,
178 const FileSystemURL& dest_url,
189 const FileSystemURL& dest_url,
163 CopyFileLocal( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
175 MoveFileLocal( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
186 CopyInForeignFile( scoped_ptr<FileSystemOperationContext> context, const base::FilePath& src_file_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
H A Dnative_media_file_util_unittest.cc277 FileSystemURL dest_url = CreateURL(FPL("dest")); local
306 url, dest_url,
382 FileSystemURL dest_url = CreateURL(FPL("dest")); local
411 url, dest_url, fileapi::FileSystemOperation::OPTION_NONE,
H A Dnative_media_file_util.cc207 const fileapi::FileSystemURL& dest_url,
217 src_url, dest_url, option, true /* copy */, callback));
224 const fileapi::FileSystemURL& dest_url,
233 src_url, dest_url, option, false /* copy */, callback));
240 const fileapi::FileSystemURL& dest_url,
248 src_file_path, dest_url, callback));
349 const fileapi::FileSystemURL& dest_url,
355 CopyOrMoveFileSync(context.get(), src_url, dest_url, option, copy);
365 const fileapi::FileSystemURL& dest_url,
369 CopyInForeignFileSync(context.get(), src_file_path, dest_url);
204 CopyFileLocal( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& src_url, const fileapi::FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
221 MoveFileLocal( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& src_url, const fileapi::FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
237 CopyInForeignFile( scoped_ptr<fileapi::FileSystemOperationContext> context, const base::FilePath& src_file_path, const fileapi::FileSystemURL& dest_url, const StatusCallback& callback) argument
346 CopyOrMoveFileLocalOnTaskRunnerThread( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& src_url, const fileapi::FileSystemURL& dest_url, CopyOrMoveOption option, bool copy, const StatusCallback& callback) argument
362 CopyInForeignFileOnTaskRunnerThread( scoped_ptr<fileapi::FileSystemOperationContext> context, const base::FilePath& src_file_path, const fileapi::FileSystemURL& dest_url, const StatusCallback& callback) argument
430 CopyOrMoveFileSync( fileapi::FileSystemOperationContext* context, const fileapi::FileSystemURL& src_url, const fileapi::FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
467 CopyInForeignFileSync( fileapi::FileSystemOperationContext* context, const base::FilePath& src_file_path, const fileapi::FileSystemURL& dest_url) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc125 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,
123 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
146 Move( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
294 CopyInForeignFile( const base::FilePath& src_local_disk_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
329 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
339 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
[all...]
H A Dlocal_file_sync_context.cc959 const FileSystemURL& dest_url,
968 file_system_context, dest_url);
956 DidCreateDirectoryForCopyIn( FileSystemContext* file_system_context, const base::FilePath& local_path, const FileSystemURL& dest_url, const StatusCallback& callback, base::PlatformFileError error) argument
H A Dcanned_syncable_file_system.cc342 const FileSystemURL& src_url, const FileSystemURL& dest_url) {
349 dest_url));
353 const FileSystemURL& src_url, const FileSystemURL& dest_url) {
360 dest_url));
580 const FileSystemURL& dest_url,
585 src_url, dest_url,
592 const FileSystemURL& dest_url,
597 src_url, dest_url, fileapi::FileSystemOperation::OPTION_NONE, callback);
341 Copy( const FileSystemURL& src_url, const FileSystemURL& dest_url) argument
352 Move( const FileSystemURL& src_url, const FileSystemURL& dest_url) argument
578 DoCopy( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback) argument
590 DoMove( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback) argument
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_util_adapter.cc257 const FileSystemURL& dest_url,
267 src_url, dest_url, option, true /* copy */),
275 const FileSystemURL& dest_url,
283 src_url, dest_url, option, false /* copy */),
291 const FileSystemURL& dest_url,
298 base::Owned(context_ptr), src_file_path, dest_url),
254 CopyFileLocal( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
272 MoveFileLocal( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
288 CopyInForeignFile( scoped_ptr<FileSystemOperationContext> context, const base::FilePath& src_file_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
H A Dlocal_file_util.cc199 const FileSystemURL& dest_url,
208 error = GetLocalFilePath(context, dest_url, &dest_file_path);
214 fileapi::NativeFileUtil::CopyOrMoveModeForDestination(dest_url, copy));
220 const FileSystemURL& dest_url) {
226 GetLocalFilePath(context, dest_url, &dest_file_path);
231 fileapi::NativeFileUtil::CopyOrMoveModeForDestination(dest_url,
196 CopyOrMoveFile( FileSystemOperationContext* context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
217 CopyInForeignFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const FileSystemURL& dest_url) argument
H A Dnative_file_util.cc118 const FileSystemURL& dest_url, bool copy) {
120 return dest_url.mount_option().copy_sync_option() == COPY_SYNC_OPTION_SYNC ?
117 CopyOrMoveModeForDestination( const FileSystemURL& dest_url, bool copy) argument
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,
252 const FileSystemURL& dest_url,
256 dest_url,
258 weak_factory_.GetWeakPtr(), src_local_disk_file_path, dest_url,
285 const FileSystemURL& dest_url,
290 DCHECK(src_url.IsInSameFileSystem(dest_url));
293 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
250 CopyInForeignFile( const base::FilePath& src_local_disk_file_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
283 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
300 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
405 DoCopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
417 DoMoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
428 DoCopyInForeignFile( const base::FilePath& src_local_disk_file_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
[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,
393 const FileSystemURL& dest_url,
397 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
391 CopyInForeignFile( const base::FilePath& src_local_disk_path, const FileSystemURL& dest_url, const StatusCallback& callback) argument
449 CopyFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const CopyFileProgressCallback& progress_callback, const StatusCallback& callback) argument
471 MoveFileLocal( const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, const StatusCallback& callback) argument
612 OnCopyProgress( const OperationHandle& handle, const CopyProgressCallback& callback, FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& dest_url, int64 size) argument
[all...]
H A Dcopy_or_move_operation_delegate.cc50 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),
735 FileSystemURL dest_url = CreateDestURL(src_url); local
739 operation_runner(), operation_type_, src_url, dest_url, option_,
758 file_system_context()->CreateFileStreamWriter(dest_url, 0);
761 operation_runner(), operation_type_, src_url, dest_url, option
46 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
95 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
367 StreamCopyOrMoveImpl( FileSystemOperationRunner* operation_runner, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, scoped_ptr<webkit_blob::FileStreamReader> reader, scoped_ptr<FileStreamWriter> writer, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
831 DidCopyOrMoveFile( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback, CopyOrMoveImpl* impl, base::PlatformFileError error) argument
864 ProcessDirectoryInternal( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback) argument
878 DidCreateDirectory( const FileSystemURL& src_url, const FileSystemURL& dest_url, const StatusCallback& callback, base::PlatformFileError error) argument
[all...]
H A Dobfuscated_file_util.cc503 const FileSystemURL& dest_url,
507 DCHECK(src_url.origin() == dest_url.origin());
508 DCHECK(src_url.type() == dest_url.type());
519 bool overwrite = db->GetFileWithPath(dest_url.path(),
538 db, context, dest_url, dest_file_id,
549 if (!db->GetFileWithPath(VirtualPath::DirName(dest_url.path()),
557 VirtualPath::BaseName(dest_url.path()).value();
594 dest_url, true /* copy */));
597 dest_url, &dest_file_info, 0, NULL);
623 MakeTuple(dest_url));
500 CopyOrMoveFile( FileSystemOperationContext* context, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOption option, bool copy) argument
642 CopyInForeignFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const FileSystemURL& dest_url) argument
1049 CreateFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const FileSystemURL& dest_url, FileInfo* dest_file_info, int file_flags, PlatformFile* handle) argument
[all...]
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc440 FileSystemURL dest_url = GetOtherURL(file_system_context(), local
446 dest_url));
454 src_url, dest_url));
455 VerifyFilesHaveSameContent(src_url, dest_url);
477 FileSystemURL dest_url = GetOtherURL(file_system_context(), local
483 src_url, dest_url));
484 VerifyDirectoriesHaveSameContent(src_url, dest_url);
H A Dcopy_or_move_operation_delegate_unittest.cc104 FileSystemURL dest_url; member in struct:fileapi::__anon7982::ProgressRecord
111 const FileSystemURL& dest_url,
116 record.dest_url = dest_url;
661 FileSystemURL dest_url = helper.DestURL( local
682 EXPECT_FALSE(records[begin_index].dest_url.is_valid());
684 EXPECT_EQ(dest_url, records[end_index].dest_url);
695 EXPECT_FALSE(records[j].dest_url.is_valid());
108 RecordProgressCallback(std::vector<ProgressRecord>* records, FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& dest_url, int64 size) argument
H A Dobfuscated_file_util_unittest.cc539 FileSystemURL dest_url = CreateURLFromUTF8("new file"); local
559 ofu()->EnsureFileExists(context.get(), dest_url, &created));
568 ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path());
575 src_file_path, dest_url));
582 src_file_path, dest_url));
584 EXPECT_TRUE(PathExists(dest_url));
585 EXPECT_FALSE(DirectoryExists(dest_url));
591 context.get(), dest_url, &file_info, &data_path));
597 ofu()->DeleteFile(context.get(), dest_url));
1200 FileSystemURL dest_url local
1260 FileSystemURL dest_url = CreateURLFromUTF8(test_case.dest_path); local
1327 FileSystemURL dest_url = CreateURLFromUTF8("destination path"); local
1360 FileSystemURL dest_url = CreateURLFromUTF8("destination path"); local
1412 FileSystemURL dest_url = FileSystemURLAppend( local
1459 FileSystemURL dest_url = CreateURLFromUTF8("destination dir"); local
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc582 const GURL& dest_url = entry.GetURL(); local
592 return SiteInstance::CreateForURL(browser_context, dest_url);
635 RenderProcessHost::ShouldUseProcessPerSite(browser_context, dest_url) &&
636 RenderProcessHostImpl::GetProcessHostForSite(browser_context, dest_url);
637 if (current_site_instance->HasRelatedSiteInstance(dest_url) ||
639 return current_site_instance->GetRelatedSiteInstance(dest_url);
646 if (current_site_instance->HasWrongProcessForURL(dest_url))
647 return current_site_instance->GetRelatedSiteInstance(dest_url);
654 return SiteInstance::CreateForURL(browser_context, dest_url);
659 browser_context, dest_url)) {
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc471 std::string CreateServerRedirect(const std::string& dest_url) { argument
473 return kServerRedirectBase + dest_url;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc109 std::string CreateClientRedirect(const std::string& dest_url) { argument
111 return kClientRedirectBase + net::EscapeQueryParamValue(dest_url, false);
114 std::string CreateServerRedirect(const std::string& dest_url) { argument
116 return kServerRedirectBase + net::EscapeQueryParamValue(dest_url, false);
872 GURL dest_url = test_server()->GetURL(dest_html_file); local
873 NavigateToURLWithDisposition(dest_url, disposition, expect_swap_to_succeed);
876 void NavigateToURLWithDisposition(const GURL& dest_url, argument
880 content::OpenURLParams(dest_url, Referrer(), disposition,
1142 const GURL& dest_url() const { function in class:prerender::PrerenderBrowserTest
3319 content::OpenURLParams params(dest_url(), Referre
[all...]

Completed in 577 milliseconds