Searched defs:HistoryTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc979 class HistoryTest : public testing::Test { class in namespace:history
981 HistoryTest() function in class:history::HistoryTest
986 virtual ~HistoryTest() {
1000 history_dir_ = temp_dir_.path().AppendASCII("HistoryTest");
1042 base::Bind(&HistoryTest::SaveURLAndQuit, base::Unretained(this)),
1068 base::Bind(&HistoryTest::OnRedirectQueryComplete,
1116 TEST_F(HistoryTest, AddPage) {
1139 TEST_F(HistoryTest, AddRedirect) {
1214 TEST_F(HistoryTest, MakeIntranetURLsTyped) {
1300 TEST_F(HistoryTest, Type
[all...]

Completed in 507 milliseconds