HomeSort by relevance Sort by last modified time
    Searched refs:RazeAndClose (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.cc 167 db_.RazeAndClose();
  /external/chromium_org/components/precache/core/
precache_database.cc 55 db_->RazeAndClose();
  /external/chromium_org/sql/
connection.h 254 bool RazeAndClose();
422 // addressed errors using RazeAndClose().
429 // Internal close function used by Close() and RazeAndClose().
493 // checks should apply (see Connection::RazeAndClose()).
585 // |true| if the connection was closed using RazeAndClose(). Used
connection_unittest.cc 109 db_.RazeAndClose();
532 // callback will call RazeAndClose(). Open() will then fail and be
540 // Basic test of RazeAndClose() operation.
541 TEST_F(SQLConnectionTest, RazeAndClose) {
545 // Test that RazeAndClose() closes the database, and that the
549 ASSERT_TRUE(db().RazeAndClose());
555 // Test that RazeAndClose() can break transactions.
559 ASSERT_TRUE(db().RazeAndClose());
568 // RazeAndClose().
597 ASSERT_TRUE(db().RazeAndClose());
    [all...]
recovery.cc 329 db_->RazeAndClose();
connection.cc 302 // If the database was already closed by RazeAndClose(), then no
503 bool Connection::RazeAndClose() {
875 // RazeAndClose(). Until regular Close() is called, the caller
    [all...]
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 601 // transaction, rather than needing RazeAndClose() in InitImpl().
    [all...]
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 414 // TODO(shess): Consider just calling RazeAndClose() immediately.
415 // db_ may not be safe to reset at this point, but RazeAndClose()
427 bool success = db_->RazeAndClose();
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 494 db_->RazeAndClose();
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc     [all...]

Completed in 166 milliseconds