Home | History | Annotate | Download | only in login

Lines Matching refs:new_host

820     std::string new_host("www.a.com");
822 replacements.SetHostStr(new_host);
842 std::string new_host("www.b.com");
844 replacements.SetHostStr(new_host);
890 std::string new_host("www.a.com");
892 replacements.SetHostStr(new_host);
910 EXPECT_EQ(new_host, contents->GetURL().host());