Home
last modified time | relevance | path

Searched refs:main_document_url (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/web_state/
H A Duser_interaction_event.h18 : main_document_url(url), time(CFAbsoluteTimeGetCurrent()) {} in UserInteractionEvent()
20 GURL main_document_url; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_cross_origin_opener_policy_browsertest.cc153 GURL main_document_url = https_server.GetURL("a.com", "/title1.html"); in IN_PROC_BROWSER_TEST_F() local
159 EXPECT_TRUE(content::NavigateToURL(web_contents(), main_document_url)); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Drender_frame_host_impl_browsertest.cc1402 GURL main_document_url(embedded_test_server()->GetURL("/main_document")); in IN_PROC_BROWSER_TEST_F() local
1404 main_document_url); in IN_PROC_BROWSER_TEST_F()
1409 shell()->LoadURL(main_document_url); in IN_PROC_BROWSER_TEST_F()
3894 GURL main_document_url(embedded_test_server()->GetURL("/main_document")); in IN_PROC_BROWSER_TEST_F() local
3903 shell()->LoadURL(main_document_url); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_frame_host_impl_browsertest.cc1612 GURL main_document_url(embedded_test_server()->GetURL("/main_document")); in IN_PROC_BROWSER_TEST_F() local
1614 main_document_url); in IN_PROC_BROWSER_TEST_F()
1619 shell()->LoadURL(main_document_url); in IN_PROC_BROWSER_TEST_F()
4721 GURL main_document_url(embedded_test_server()->GetURL("/main_document")); in IN_PROC_BROWSER_TEST_F() local
4730 shell()->LoadURL(main_document_url); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dcrw_wk_navigation_handler.mm393 self.userInteractionState->LastUserInteraction()->main_document_url;