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

  /external/chromium/chrome/browser/history/
visit_database_unittest.cc 47 FilePath db_file = temp_dir_.path().AppendASCII("VisitTest.db"); local
49 EXPECT_TRUE(db_.Open(db_file));
url_database_unittest.cc 52 FilePath db_file = temp_dir_.path().AppendASCII("URLTest.db"); local
54 EXPECT_TRUE(db_.Open(db_file));

Completed in 330 milliseconds