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

  /external/chromium_org/content/browser/
cross_site_transfer_browsertest.cc 379 GURL url2b = test_server()->GetURL("files/site_isolation/blank.html?2"); local
381 url2b = url2b.ReplaceComponents(replace_host);
383 "server-redirect?" + net::EscapeQueryParamValue(url2b.spec(), false));
388 // There should be one history entry. url2b should have replaced url1.
392 EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());
404 // There should be two history entries. url2b should have replaced url1. url2b
409 EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 642 const GURL url2b("http://mail.yahoo.com");
643 contents2->GetController().LoadURL(url2b, Referrer(),
656 pending_rfh_b, 2, url2b, ui::PAGE_TRANSITION_TYPED);
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc     [all...]

Completed in 198 milliseconds