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

  /external/chromium_org/chrome/browser/history/
history_database.cc 236 bool HistoryDatabase::Raze() {
237 return db_.Raze();
  /external/chromium_org/sql/
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...]

Completed in 507 milliseconds