HomeSort by relevance Sort by last modified time
    Searched refs:Rollback (Results 51 - 70 of 70) sorted by null

1 23

  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.cc 153 void IndexedDBFakeBackingStore::FakeTransaction::Rollback() {}
indexed_db_transaction.cc 153 transaction_->Rollback();
indexed_db_backing_store.h 285 virtual void Rollback();
indexed_db_backing_store.cc     [all...]
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.h 32 void Rollback();
leveldb_transaction.cc 116 void LevelDBTransaction::Rollback() {
  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 181 work_item_list->Rollback();
377 work_item_list->Rollback();
388 work_item_list->Rollback();
398 work_item_list->Rollback();
408 work_item_list->Rollback();
441 work_item_list->Rollback();
    [all...]
shell_util.cc 629 // Apply all the registry changes and if there is a problem, rollback
631 items->Rollback();
    [all...]
  /external/chromium/chrome/common/
sqlite_utils.cc 172 Rollback();
215 Rollback();
252 sqlite3_exec(db_, "ROLLBACK", NULL, NULL, NULL);
253 began_ = false; // reset so we don't try to rollback or call
260 if (strcmp(command, "ROLLBACK") == 0) {
273 if (strcmp(command, "ROLLBACK") == 0) {
sqlite_utils.h 53 // goes out of scope if the caller has not already called Commit or Rollback.
85 int Rollback() {
86 return EndCommand("ROLLBACK");
  /external/chromium_org/sql/
recovery.cc 131 void Recovery::Rollback(scoped_ptr<Recovery> r) {
recovery_unittest.cc 384 sql::Recovery::Rollback(recovery.Pass());
397 sql::Recovery::Rollback(recovery.Pass());
connection_unittest.cc 209 TEST_F(SQLConnectionTest, Rollback) {
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 501 transaction.Rollback();
516 transaction.Rollback();
529 transaction.Rollback();
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 297 // There's nothing to rollback if the copy fails, so punt if so.
304 copy_prefs->Rollback();
install.cc 174 // manner. If failed it tries to rollback all changes on the file system
179 // and removes the whole directory during rollback.
219 install_list->Rollback();
220 LOG(ERROR) << "Rollback complete. ";
setup_main.cc 274 install_list->Rollback();
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 312 // Checkpoint the state of the tables. Future calls to Rollback() will
316 // Checkpoint() before it starts building and Rollback() if it encounters
322 void Rollback();
513 void DescriptorPool::Tables::Rollback() {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
mosaic_mode.js 895 // Rollback the entire layout, retry with higher density.
    [all...]

Completed in 701 milliseconds

1 23