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

/external/chromium_org/chrome/browser/history/
H A Dhistory_database.cc236 bool HistoryDatabase::Raze() { function in class:history::HistoryDatabase
237 return db_.Raze();
/external/chromium_org/sql/
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();

Completed in 4680 milliseconds