HomeSort by relevance Sort by last modified time
    Searched full:first_redirects (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/history/
history_unittest.cc 461 history::RedirectList first_redirects; local
463 first_redirects.push_back(GURL(first_sequence[i]));
467 history->AddPage(first_redirects.back(), MakeFakeHost(1), 0, GURL(),
468 PageTransition::LINK, first_redirects,
473 EXPECT_TRUE(QueryURL(history, first_redirects[0]));
483 EXPECT_TRUE(QueryURL(history, first_redirects[1]));
493 QueryRedirectsFrom(history, first_redirects[0]);
495 EXPECT_EQ(first_redirects[1], saved_redirects_[0]);
501 second_redirects.push_back(first_redirects[1]);

Completed in 67 milliseconds