Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:redirects

307   // The redirects is the redirect url chain leading to the url.
309 history::RedirectList* redirects) {
312 redirects->push_back(url);
315 *redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
640 // Test getting redirects from history service.
646 history::RedirectList redirects;
647 redirects.push_back(GURL(kFirstRedirectURL));
648 redirects.push_back(GURL(kSecondRedirectURL));
649 AddPageToHistory(baseurl, &redirects);
661 // The redirects collection starts after the IPC from the DOM is fired.
665 // Let the redirects callbacks complete.