Home | History | Annotate | Download | only in history

Lines Matching defs:redirects

1087                                history::RedirectList* redirects) {
1090 saved_redirects_.swap(*redirects);
1202 // redirects are tracked by the RenderView prior to updating history,
1391 // TODO(brettw) this should also test redirects, which get the title of the
1547 // Redirects
1548 history::RedirectList redirects;
1549 redirects.push_back(url3);
1550 redirects.push_back(url4);
1552 // Visit url4 using redirects.
1555 redirects, content::PAGE_TRANSITION_TYPED,
1569 EXPECT_EQ(2U, most_visited_urls_[3].redirects.size());