Home
last modified time | relevance | path

Searched refs:pending_url (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dresolve_proxy_msg_helper_unittest.cc147 EXPECT_EQ(url1, helper_->pending_url()); in TEST_F()
162 EXPECT_EQ(url2, helper_->pending_url()); in TEST_F()
176 EXPECT_EQ(url3, helper_->pending_url()); in TEST_F()
205 EXPECT_EQ(url1, helper_->pending_url()); in TEST_F()
219 EXPECT_EQ(url2, helper_->pending_url()); in TEST_F()
232 EXPECT_EQ(url3, helper_->pending_url()); in TEST_F()
263 EXPECT_EQ(url1, helper_->pending_url()); in TEST_F()
300 EXPECT_EQ(url, helper_->pending_url()); in TEST_F()
322 EXPECT_EQ(url, helper_->pending_url()); in TEST_F()
344 EXPECT_TRUE(helper_->pending_url().is_empty()); in TEST_F()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DDataFixPage.php81 … $pending_url = route(PendingChanges::class, ['tree' => $tree->name(), 'url' => $page_url]);
87 'pending_url' => $pending_url,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_tab_util.cc463 tab_object->pending_url = in CreateTabObject()
596 GURL pending_url; in GetScrubTabBehavior() local
598 pending_url = entry->GetVirtualURL(); in GetScrubTabBehavior()
601 GetScrubTabBehaviorImpl(extension, context, pending_url, tab_id); in GetScrubTabBehavior()
637 if (tab->pending_url) { in ScrubTabForExtension()
640 tab->pending_url.reset(); in ScrubTabForExtension()
643 tab->pending_url = std::make_unique<std::string>( in ScrubTabForExtension()
644 GURL(*tab->pending_url).GetOrigin().spec()); in ScrubTabForExtension()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/app_launcher/
H A Dapp_launcher_tab_helper_unittest.mm154 GURL pending_url("http://google.com");
155 navigation_manager_->AddItem(pending_url, ui::PAGE_TRANSITION_LINK);
158 item->SetOriginalRequestURL(pending_url);
163 model->AddEntry(pending_url, "unread", reading_list::ADDED_VIA_CURRENT_APP);
180 const ReadingListEntry* entry = model->GetEntryByURL(pending_url);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dwk_based_navigation_manager_impl_unittest.mm624 GURL pending_url = pending_item->GetURL();
625 EXPECT_TRUE(pending_url.SchemeIsFile());
626 EXPECT_EQ("restore_session.html", pending_url.ExtractFileName());
633 ExtractRestoredSession(pending_url));
697 GURL pending_url = pending_item->GetURL();
698 EXPECT_TRUE(pending_url.SchemeIsFile());
699 EXPECT_EQ("restore_session.html", pending_url.ExtractFileName());
H A Dnavigation_manager_impl.mm246 GURL pending_url = pending_item->GetURL();
247 if (last_committed_url != pending_url &&
248 last_committed_url.EqualsIgnoringRef(pending_url)) {
H A Dnavigation_manager_impl_unittest.mm1353 GURL pending_url = pending_item->GetURL();
1354 EXPECT_TRUE(pending_url.SchemeIsFile());
1355 EXPECT_EQ("restore_session.html", pending_url.ExtractFileName());
1357 navigation_manager()->OnNavigationStarted(pending_url);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/portal/
H A Dportal_browsertest.cc1512 GURL pending_url(embedded_test_server()->GetURL("a.com", "/title2.html")); in IN_PROC_BROWSER_TEST_F() local
1513 TestNavigationManager pending_navigation(portal_contents, pending_url); in IN_PROC_BROWSER_TEST_F()
1516 JsReplace("document.querySelector('portal').src = $1;", pending_url))); in IN_PROC_BROWSER_TEST_F()
1537 EXPECT_EQ(pending_url, activated_controller.GetEntryAtIndex(1)->GetURL()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc629 GURL pending_url("http://slow.example.com/"); in TEST_F() local
631 content::NavigationSimulator::CreateBrowserInitiated(pending_url, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/portal/
H A Dportal_browsertest.cc1719 GURL pending_url(embedded_test_server()->GetURL("a.com", "/title2.html")); in IN_PROC_BROWSER_TEST_F() local
1720 TestNavigationManager pending_navigation(portal_contents, pending_url); in IN_PROC_BROWSER_TEST_F()
1723 JsReplace("document.querySelector('portal').src = $1;", pending_url))); in IN_PROC_BROWSER_TEST_F()
1744 EXPECT_EQ(pending_url, activated_controller.GetEntryAtIndex(1)->GetURL()); in IN_PROC_BROWSER_TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlimageelement.rs405 if let Some(pending_url) = self.pending_request.borrow().parsed_url.clone() { in prepare_image_request()
407 if pending_url == *url { in prepare_image_request()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dnavigation_controller_impl_unittest.cc2522 const GURL pending_url("http://foo/pending"); in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc2563 const GURL pending_url("http://foo/pending"); in TEST_F() local