HomeSort by relevance Sort by last modified time
    Searched refs:second_redirects (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
history_unittest.cc 500 history::RedirectList second_redirects; local
501 second_redirects.push_back(first_redirects[1]);
502 second_redirects.push_back(GURL("http://last.page/"));
503 history->AddPage(second_redirects[1], MakeFakeHost(1), 1,
504 second_redirects[0],
507 second_redirects, history::SOURCE_BROWSED, true);
512 EXPECT_TRUE(QueryURL(history, second_redirects[0]));
516 EXPECT_TRUE(QueryURL(history, second_redirects[1]));
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1107 history::RedirectList second_redirects; local
    [all...]

Completed in 823 milliseconds