HomeSort by relevance Sort by last modified time
    Searched refs:url2b (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/
site_per_process_browsertest.cc 690 GURL url2b = test_server()->GetURL("files/site_isolation/blank.html?2"); local
692 url2b = url2b.ReplaceComponents(replace_host);
694 "server-redirect?" + net::EscapeQueryParamValue(url2b.spec(), false));
699 // There should be one history entry. url2b should have replaced url1.
703 EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());
715 // There should be two history entries. url2b should have replaced url1. url2b
720 EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 423 const GURL url2b("http://mail.yahoo.com");
424 contents2.controller().LoadURL(url2b, GURL(), PageTransition::TYPED);
434 InitNavigateParams(&params2b, 2, url2b);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 607 const GURL url2b("http://mail.yahoo.com");
608 contents2->GetController().LoadURL(url2b, Referrer(),
623 pending_rvh_b, 2, url2b, PAGE_TRANSITION_TYPED);
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc     [all...]

Completed in 421 milliseconds