OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Raze
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
history_database.cc
240
bool HistoryDatabase::
Raze
() {
241
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 345 milliseconds