Searched defs:Raze (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_database.cc244 bool HistoryDatabase::Raze() { function in class:history::HistoryDatabase
245 return db_.Raze();
/external/chromium_org/sql/
H A Dconnection.cc73 // Helper to wrap the sqlite3_backup_*() step of Raze(). Return
352 bool Connection::Raze() { function in class:sql::Connection
452 DLOG(FATAL) << "Failed retrying Raze().";
474 return Raze();
483 // Raze() cannot run in a transaction.
486 bool result = Raze();

Completed in 70 milliseconds