Searched defs:Rollback (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dcallback_work_item.cc30 void CallbackWorkItem::Rollback() { function in class:CallbackWorkItem
H A Dconditional_work_item_list.cc27 void ConditionalWorkItemList::Rollback() { function in class:ConditionalWorkItemList
29 WorkItemList::Rollback();
H A Dcreate_dir_work_item.cc47 void CreateDirWorkItem::Rollback() { function in class:CreateDirWorkItem
H A Ddelete_reg_key_work_item.cc58 void DeleteRegKeyWorkItem::Rollback() { function in class:DeleteRegKeyWorkItem
H A Dmove_tree_work_item.cc102 void MoveTreeWorkItem::Rollback() { function in class:MoveTreeWorkItem
H A Dcopy_tree_work_item.cc106 void CopyTreeWorkItem::Rollback() { function in class:CopyTreeWorkItem
H A Dcreate_reg_key_work_item.cc92 void CreateRegKeyWorkItem::Rollback() { function in class:CreateRegKeyWorkItem
H A Ddelete_reg_value_work_item.cc81 void DeleteRegValueWorkItem::Rollback() { function in class:DeleteRegValueWorkItem
H A Ddelete_tree_work_item.cc139 void DeleteTreeWorkItem::Rollback() { function in class:DeleteTreeWorkItem
159 PLOG(WARNING) << "Rollback: Failed to move backup file back in place: "
H A Dset_reg_value_work_item.cc132 void SetRegValueWorkItem::Rollback() { function in class:SetRegValueWorkItem
H A Dself_reg_work_item.cc99 void SelfRegWorkItem::Rollback() { function in class:SelfRegWorkItem
H A Dwork_item_list.cc58 void WorkItemList::Rollback() { function in class:WorkItemList
64 (*itr)->Rollback();
248 void NoRollbackWorkItemList::Rollback() { function in class:NoRollbackWorkItemList
/external/chromium_org/sql/
H A Dtransaction.cc28 void Transaction::Rollback() { function in class:sql::Transaction
H A Drecovery.cc131 void Recovery::Rollback(scoped_ptr<Recovery> r) { function in class:sql::Recovery
/external/chromium_org/chromeos/dbus/
H A Dfake_update_engine_client.cc42 void FakeUpdateEngineClient::Rollback() { function in class:chromeos::FakeUpdateEngineClient
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs207 public virtual void Rollback(int instructionIndex) { method in class:Antlr.Runtime.TokenRewriteStream
208 Rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
212 * Rollback the instruction stream for a program so that
217 public virtual void Rollback(string programName, int instructionIndex) { method in class:Antlr.Runtime.TokenRewriteStream
234 Rollback(programName, MIN_TOKEN_INDEX);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs233 public virtual void Rollback( int instructionIndex ) method in class:Antlr.Runtime.TokenRewriteStream
235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex );
239 * Rollback the instruction stream for a program so that
244 public virtual void Rollback( string programName, int instructionIndex ) method in class:Antlr.Runtime.TokenRewriteStream
265 Rollback( programName, MIN_TOKEN_INDEX );
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_fake_backing_store.cc216 void IndexedDBFakeBackingStore::FakeTransaction::Rollback() {} function in class:content::IndexedDBFakeBackingStore::FakeTransaction
H A Dindexed_db_backing_store.cc4179 void IndexedDBBackingStore::Transaction::Rollback() { function in class:content::IndexedDBBackingStore::Transaction
4180 IDB_TRACE("IndexedDBBackingStore::Transaction::Rollback");
4187 transaction_->Rollback();
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc119 void LevelDBTransaction::Rollback() { function in class:content::LevelDBTransaction
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1273 procedure Rollback(const InstructionIndex: Integer); overload;
1275 /// <summary>Rollback the instruction stream for a program so that
1279 procedure Rollback(const ProgramName: String;
2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual;
2667 procedure Rollback(const ProgramName: String;
5847 Rollback(ProgramName, MIN_TOKEN_INDEX);
6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer);
6128 Rollback(DEFAULT_PROGRAM_NAME, InstructionIndex);
6131 procedure TTokenRewriteStream.Rollback(const ProgramName: String;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc312 // 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() { function in class:google::protobuf::DescriptorPool::Tables
2771 tables_->Rollback();
2853 tables_->Rollback();

Completed in 314 milliseconds