Home
last modified time | relevance | path

Searched refs:another_url (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/web_apps/
H A Dweb_app_frame_toolbar_interactive_uitest.cc87 const GURL another_url("https://anothertest.org"); in IN_PROC_BROWSER_TEST_F() local
88 web_app::NavigateToURLAndWait(helper()->app_browser(), another_url); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/screen_orientation/
H A Dscreen_orientation_provider_unittest.cc338 const GURL another_url("http://www.google.com/abc.html"); in TEST_F() local
339 contents()->NavigateAndCommit(another_url); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/screen_orientation/
H A Dscreen_orientation_provider_unittest.cc327 const GURL another_url("http://www.google.com/abc.html"); in TEST_F() local
328 contents()->NavigateAndCommit(another_url); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_process_host_browsertest.cc290 GURL another_url = embedded_test_server()->GetURL("/simple_page.html"); in IN_PROC_BROWSER_TEST_F() local
291 another_url = another_url.ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()
292 EXPECT_TRUE(NavigateToURL(CreateBrowser(), another_url)); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_process_host_browsertest.cc294 GURL another_url = embedded_test_server()->GetURL("/simple_page.html"); in IN_PROC_BROWSER_TEST_F() local
295 another_url = another_url.ReplaceComponents(replace_host); in IN_PROC_BROWSER_TEST_F()
296 EXPECT_TRUE(NavigateToURL(CreateBrowser(), another_url)); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dsite_per_process_browsertest.cc15177 GURL another_url(embedded_test_server()->GetURL("b.com", "/hung")); in IN_PROC_BROWSER_TEST_P() local
15181 controller.LoadURL(another_url, Referrer(), ui::PAGE_TRANSITION_LINK, in IN_PROC_BROWSER_TEST_P()
15184 EXPECT_EQ(another_url, controller.GetPendingEntry()->GetURL()); in IN_PROC_BROWSER_TEST_P()
15207 params->origin = url::Origin::Create(another_url); in IN_PROC_BROWSER_TEST_P()
15215 isolation_context, UrlInfo::CreateForTesting(another_url), in IN_PROC_BROWSER_TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dsite_per_process_browsertest.cc14711 GURL another_url(embedded_test_server()->GetURL("b.com", "/hung")); in IN_PROC_BROWSER_TEST_F() local
14715 controller.LoadURL(another_url, Referrer(), ui::PAGE_TRANSITION_LINK, in IN_PROC_BROWSER_TEST_F()
14718 EXPECT_EQ(another_url, controller.GetPendingEntry()->GetURL()); in IN_PROC_BROWSER_TEST_F()
14741 params->origin = url::Origin::Create(another_url); in IN_PROC_BROWSER_TEST_F()
14746 EXPECT_NE(another_url.host(), policy->GetOriginLock(process_id).host()); in IN_PROC_BROWSER_TEST_F()
/dports/www/py-requests/requests-2.25.1/tests/
H A Dtest_requests.py.orig1442 … url_matching_prefix_with_different_case = 'HtTpS://exaMPLe.cOm/MiXeD_caSE_preFIX/another_url'