Home
last modified time | relevance | path

Searched refs:AutoRecoverTable (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sql/
Drecovery_unittest.cc413 TEST_F(SQLRecoveryTest, AutoRecoverTable) { in TEST_F() argument
440 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows)); in TEST_F()
463 EXPECT_FALSE(recovery->AutoRecoverTable("y", 0, &rows)); in TEST_F()
520 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows)); in TEST_F()
556 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows)); in TEST_F()
595 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows)); in TEST_F()
640 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows)); in TEST_F()
675 EXPECT_TRUE(recovery->AutoRecoverTable("x", 1, &rows)); in TEST_F()
Drecovery.h136 bool AutoRecoverTable(const char* table_name,
Drecovery.cc336 bool Recovery::AutoRecoverTable(const char* table_name, in AutoRecoverTable() function in sql::Recovery
/external/chromium_org/chrome/browser/history/
Dthumbnail_database.cc503 if (!recovery->AutoRecoverTable("favicons", 0, &favicons_rows_recovered)) { in RecoverDatabaseOrRaze()
509 if (!recovery->AutoRecoverTable("icon_mapping", 0, in RecoverDatabaseOrRaze()
590 if (!recovery->AutoRecoverTable("favicons", 1, &favicons_rows_recovered)) { in RecoverDatabaseOrRaze()
595 if (!recovery->AutoRecoverTable("favicon_bitmaps", 0, in RecoverDatabaseOrRaze()
601 if (!recovery->AutoRecoverTable("icon_mapping", 0, in RecoverDatabaseOrRaze()
Dtop_sites_database.cc272 if (!recovery->AutoRecoverTable("thumbnails", 1, &thumbnails_recovered)) { in RecoverDatabaseOrRaze()