Home | History | Annotate | Download | only in frame_host

Lines Matching refs:kNewURL

723   const GURL kNewURL("http://see");
724 main_test_rfh()->SendNavigate(99, kNewURL);
732 EXPECT_EQ(kNewURL, controller.GetVisibleEntry()->GetURL());
760 const GURL kNewURL("http://see");
761 contents()->GetPendingMainFrame()->SendNavigate(3, kNewURL);
769 EXPECT_EQ(kNewURL, controller.GetVisibleEntry()->GetURL());
803 const GURL kNewURL("http://foo/see");
805 main_test_rfh()->SendNavigate(3, kNewURL);
813 EXPECT_EQ(kNewURL, controller.GetVisibleEntry()->GetURL());
855 const GURL kNewURL("http://foo/bee");
857 kNewURL);
865 EXPECT_EQ(kNewURL, controller.GetVisibleEntry()->GetURL());
894 const GURL kNewURL("http://foo/see");
896 kNewURL, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string());
930 const GURL kNewURL("http://eh");
932 kNewURL, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string());
944 // change, so that we do not keep displaying kNewURL.
967 const GURL kNewURL("http://eh");
969 kNewURL, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string());
981 params.url = kNewURL;
988 // change, so that we keep displaying kNewURL (until the user clears it).
1026 const GURL kNewURL("http://foo/bee");
1027 NavigationController::LoadURLParams load_url_params(kNewURL);
1045 EXPECT_EQ(kNewURL, controller.GetPendingEntry()->GetURL());