Home | History | Annotate | Download | only in frame_host

Lines Matching defs:redirects

1033   // Now the navigation redirects.
1325 std::vector<GURL> redirects;
1326 redirects.push_back(GURL("http://foo2"));
1357 // Test that Redirects are preserved after a commit.
1364 std::vector<GURL> redirects;
1365 redirects.push_back(GURL("http://foo2"));
1367 // Set redirects on the pending entry.
1370 pending_entry->SetRedirectChain(redirects);
1374 // Normal navigation will preserve redirects in the committed entry.
1375 main_test_rfh()->SendNavigateWithRedirects(0, url1, redirects);
1711 params.redirects.push_back(GURL("http://foo1"));
1712 params.redirects.push_back(GURL("http://foo2"));
1769 params.redirects.push_back(GURL("http://foo1"));
1770 params.redirects.push_back(GURL("http://foo2"));
1817 params.redirects.push_back(GURL("http://foo1"));
1818 params.redirects.push_back(GURL("http://foo2"));
2213 params.redirects.push_back(url);
2238 params.redirects.push_back(GURL("http://foo2/#a"));
2239 params.redirects.push_back(url);