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

  /external/chromium_org/sql/
recovery.h 39 // if (!r.AutoRecoverTable("mytable", 0, &rows_recovered)) {
136 bool AutoRecoverTable(const char* table_name,
recovery_unittest.cc 415 // Baseline AutoRecoverTable() test.
416 TEST_F(SQLRecoveryTest, AutoRecoverTable) {
443 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows));
466 EXPECT_FALSE(recovery->AutoRecoverTable("y", 0, &rows));
523 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows));
559 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows));
573 // Test AutoRecoverTable with a ROWID alias.
598 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows));
643 EXPECT_TRUE(recovery->AutoRecoverTable("x", 0, &rows));
678 EXPECT_TRUE(recovery->AutoRecoverTable("x", 1, &rows))
    [all...]
recovery.cc 50 // AutoRecoverTable() successfully completed.
336 bool Recovery::AutoRecoverTable(const char* table_name,
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 483 if (!recovery->AutoRecoverTable("favicons", 0, &favicons_rows_recovered)) {
488 if (!recovery->AutoRecoverTable("favicon_bitmaps", 0,
494 if (!recovery->AutoRecoverTable("icon_mapping", 0,
    [all...]
top_sites_database.cc 276 if (!recovery->AutoRecoverTable("thumbnails", 1, &thumbnails_recovered)) {

Completed in 89 milliseconds