/external/chromium/app/sql/ |
transaction.cc | 31 void Transaction::Rollback() {
|
/external/chromium_org/chrome/installer/util/ |
callback_work_item.cc | 30 void CallbackWorkItem::Rollback() {
|
conditional_work_item_list.cc | 27 void ConditionalWorkItemList::Rollback() { 29 WorkItemList::Rollback();
|
create_dir_work_item.cc | 47 void CreateDirWorkItem::Rollback() { 51 // Delete all the directories we created to rollback.
|
delete_reg_key_work_item.cc | 54 void DeleteRegKeyWorkItem::Rollback() { 62 LOG(ERROR) << "Failed to delete key at " << path_ << " in rollback, " 69 LOG(ERROR) << "Failed to restore key in rollback.";
|
move_tree_work_item.cc | 102 void MoveTreeWorkItem::Rollback() {
|
copy_reg_key_work_item.cc | 68 // made so that Rollback can take us back where we started. 100 void CopyRegKeyWorkItem::Rollback() { 110 << " in rollback, result: " << result; 116 LOG(ERROR) << "Failed to restore key in rollback.";
|
copy_tree_work_item.cc | 106 void CopyTreeWorkItem::Rollback() { 111 // rest of rollback operation.
|
create_reg_key_work_item.cc | 85 void CreateRegKeyWorkItem::Rollback() { 96 VLOG(1) << "rollback: delete " << key_path; 98 VLOG(1) << "rollback: can not delete " << key_path;
|
delete_reg_value_work_item.cc | 75 void DeleteRegValueWorkItem::Rollback() { 80 VLOG(1) << "rollback: setting unchanged, nothing to do"; 95 VLOG_IF(1, result != ERROR_SUCCESS) << "rollback: restoring "
|
delete_tree_work_item.cc | 139 void DeleteTreeWorkItem::Rollback() { 159 PLOG(WARNING) << "Rollback: Failed to move backup file back in place: "
|
set_reg_value_work_item.cc | 116 void SetRegValueWorkItem::Rollback() { 125 VLOG(1) << "rollback: setting unchanged, nothing to do"; 132 VLOG(1) << "rollback: can not open " << key_path_ << " error: " << result; 138 VLOG(1) << "rollback: deleting " << value_name_ << " error: " << result; 145 VLOG(1) << "rollback: restoring " << value_name_ << " error: " << result;
|
self_reg_work_item.cc | 99 void SelfRegWorkItem::Rollback() {
|
work_item_list.cc | 59 void WorkItemList::Rollback() { 65 (*itr)->Rollback(); 247 void NoRollbackWorkItemList::Rollback() { 248 // Ignore rollback.
|
/external/chromium_org/sql/ |
transaction.cc | 31 void Transaction::Rollback() {
|
recovery.cc | 131 void Recovery::Rollback(scoped_ptr<Recovery> r) {
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_fake_backing_store.cc | 153 void IndexedDBFakeBackingStore::FakeTransaction::Rollback() {}
|
indexed_db_backing_store.cc | [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
TokenRewriteStream.cs | 207 public virtual void Rollback(int instructionIndex) { 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) { 234 Rollback(programName, MIN_TOKEN_INDEX);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
TokenRewriteStream.cs | 233 public virtual void Rollback( int instructionIndex ) 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 ) 265 Rollback( programName, MIN_TOKEN_INDEX );
|
/external/chromium/chrome/common/ |
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/content/browser/indexed_db/leveldb/ |
leveldb_transaction.cc | 116 void LevelDBTransaction::Rollback() {
|
/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...] |