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 244 bool HistoryDatabase::Raze() {
245 return db_.Raze();
  /external/chromium_org/sql/
connection.cc 73 // Helper to wrap the sqlite3_backup_*() step of Raze(). Return
352 bool Connection::Raze() {
356 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
361 DLOG(FATAL) << "Cannot raze within a transaction";
452 DLOG(FATAL) << "Failed retrying Raze().";
468 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
474 return Raze();
479 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
483 // Raze() cannot run in a transaction.
486 bool result = Raze();
    [all...]

Completed in 45 milliseconds