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

  /external/chromium_org/chrome/browser/history/
history_database.h 139 bool Raze();
history_database.cc 236 bool HistoryDatabase::Raze() {
237 return db_.Raze();
top_sites_database.cc 230 // to raze the database.
388 if (!db_->Raze())
history_backend.cc     [all...]
  /external/chromium_org/sql/
connection_unittest.cc 284 // 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.
360 // After raze, page_size should still match the indicated value.
361 ASSERT_TRUE(db().Raze());
367 // Test that Raze() results are seen in other connections.
378 ASSERT_TRUE(db().Raze());
390 // cause the raze to fail.
397 ASSERT_FALSE(db().Raze());
    [all...]
connection.h 209 // 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().
meta_table.cc 38 // Version was out-dated, database raze failed. This user's
101 s.Clear(); // Clear potential automatic transaction for Raze().
103 if (db->Raze()) {
connection.cc 73 // Helper to wrap the sqlite3_backup_*() step of Raze(). Return
381 bool Connection::Raze() {
385 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
390 DLOG(FATAL) << "Cannot raze within a transaction";
478 DLOG(FATAL) << "Failed retrying Raze().";
494 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
500 return Raze();
505 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
509 // Raze() cannot run in a transaction.
512 bool result = Raze();
    [all...]
  /external/chromium_org/components/enhanced_bookmarks/
persistent_image_store.cc 224 // Can't open, raze().
226 db_.Raze();
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 584 db_->Raze();
593 db_->Raze();
613 db_->Raze();
    [all...]
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 280 connection.Raze();
    [all...]

Completed in 889 milliseconds