Searched refs:Raze (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_database.h139 bool Raze();
H A Dhistory_database.cc236 bool HistoryDatabase::Raze() { function in class:history::HistoryDatabase
237 return db_.Raze();
H A Dtop_sites_database.cc388 if (!db_->Raze())
H A Dhistory_backend.cc2604 // Rollback transaction because Raze() cannot be called from within a
2607 bool success = db_->Raze();
/external/chromium_org/sql/
H A Dconnection_unittest.cc284 // Test that sql::Connection::Raze() results in a database without the
286 TEST_F(SQLConnectionTest, Raze) {
319 ASSERT_TRUE(db().Raze());
337 // Test that Raze() maintains page_size.
361 ASSERT_TRUE(db().Raze());
367 // Test that Raze() results are seen in other connections.
378 ASSERT_TRUE(db().Raze());
397 ASSERT_FALSE(db().Raze());
401 ASSERT_TRUE(db().Raze());
412 ASSERT_FALSE(db().Raze());
[all...]
H A Dmeta_table.cc101 s.Clear(); // Clear potential automatic transaction for Raze().
103 if (db->Raze()) {
H A Dconnection.h209 // Raze the database to the ground. This approximates creating a
218 // NOTE(shess): Raze() will DCHECK in the following situations:
223 // Since Raze() is expected to be called in unexpected situations,
234 // so Raze() sets auto_vacuum to 1.
236 // TODO(shess): Raze() needs a connection so cannot clear SQLITE_NOTADB.
239 bool Raze();
251 // Raze() the database and Poison() the handle. Returns the return
252 // value from Raze().
H A Dconnection.cc73 // Helper to wrap the sqlite3_backup_*() step of Raze(). Return
381 bool Connection::Raze() { function in class:sql::Connection
478 DLOG(FATAL) << "Failed retrying Raze().";
500 return Raze();
509 // Raze() cannot run in a transaction.
512 bool result = Raze();
/external/chromium_org/components/enhanced_bookmarks/
H A Dpersistent_image_store.cc226 db_.Raze();
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc584 db_->Raze();
593 db_->Raze();
613 db_->Raze();
/external/chromium_org/components/webdata/common/
H A Dweb_database_migration_unittest.cc280 connection.Raze();

Completed in 5002 milliseconds