Home | History | Annotate | Download | only in history

Lines Matching defs:redirects

231                                history::RedirectList* redirects) {
234 saved_redirects_.swap(*redirects);
498 // redirects are tracked by the RenderView prior to updating history,
597 // TODO(brettw) this should also test redirects, which get the title of the
740 // Redirects
741 history::RedirectList redirects;
742 redirects.push_back(url3);
743 redirects.push_back(url4);
745 // Visit url4 using redirects.
747 PageTransition::TYPED, redirects,
759 EXPECT_EQ(2U, most_visited_urls_[3].redirects.size());