Home | History | Annotate | Download | only in history

Lines Matching defs:redirects

992                                history::RedirectList* redirects) {
995 saved_redirects_.swap(*redirects);
1106 // redirects are tracked by the RenderView prior to updating history,
1294 // TODO(brettw) this should also test redirects, which get the title of the
1450 // Redirects
1451 history::RedirectList redirects;
1452 redirects.push_back(url3);
1453 redirects.push_back(url4);
1455 // Visit url4 using redirects.
1458 redirects, content::PAGE_TRANSITION_TYPED,
1472 EXPECT_EQ(2U, most_visited_urls_[3].redirects.size());