HomeSort by relevance Sort by last modified time
    Searched refs:Rollback (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/chrome/installer/util/
conditional_work_item_list.cc 27 void ConditionalWorkItemList::Rollback() {
29 WorkItemList::Rollback();
callback_work_item.h 13 // A work item that invokes a callback on Do() and Rollback(). In the following
20 // // Rollback work goes here. The return value is ignored in this case.
39 virtual void Rollback() OVERRIDE;
create_dir_work_item.h 21 // Rollback tries to remove all directories created along the path.
25 virtual void Rollback();
self_reg_work_item.h 19 virtual void Rollback();
44 // Whether this work item will register or unregister the dll. The rollback
create_reg_key_work_item.h 23 virtual void Rollback();
delete_reg_key_work_item.h 20 // that in the event of rollback the key's values and subkeys are restored but
28 virtual void Rollback() OVERRIDE;
delete_tree_work_item.h 26 virtual void Rollback();
callback_work_item.cc 30 void CallbackWorkItem::Rollback() {
callback_work_item_unittest.cc 43 // Test that the callback is invoked correclty during Do() and Rollback().
52 work_item.Rollback();
conditional_work_item_list.h 25 // Does a rollback of the items (if any) that were run in Do.
26 virtual void Rollback();
create_dir_work_item_unittest.cc 48 work_item->Rollback();
50 // Rollback should delete all the paths up to top_dir_to_create.
68 work_item->Rollback();
70 // Rollback should not remove the path since it exists before
98 work_item->Rollback();
100 // Rollback should delete dir_to_create_3.
103 // Rollback should not delete dir_to_create_2 as it is shared.
128 work_item->Rollback();
130 // dir_to_create_3 has already been deleted, Rollback should delete
delete_reg_value_work_item.h 23 virtual void Rollback();
35 // The status after Do() and Rollback() is called.
move_tree_work_item.h 19 // to the destination location. During rollback the original destination
27 virtual void Rollback();
37 // specified by |dest_path|. To facilitate rollback, the caller needs to
66 // temporary directory. If true, moving back is needed during rollback.
delete_reg_value_work_item_unittest.cc 45 // recreated after Rollback().
82 work_item1->Rollback();
83 work_item2->Rollback();
84 work_item3->Rollback();
128 work_item1->Rollback();
129 work_item2->Rollback();
set_reg_value_work_item_unittest.cc 87 work_item1->Rollback();
88 work_item2->Rollback();
90 // Rollback should delete the value.
134 work_item1->Rollback();
135 work_item2->Rollback();
137 // Rollback should delete the value.
173 work_item->Rollback();
194 work_item->Rollback();
247 work_item1->Rollback();
248 work_item2->Rollback();
    [all...]
copy_tree_work_item.h 19 // to the destination location. During rollback the original destination
25 // losing ACLs or other metadata in the case of a rollback.
32 virtual void Rollback();
39 // Notes on temp_path: to facilitate rollback, the caller needs to supply
72 // temporary directory. If true, moving back is needed during rollback.
76 // existed and was in use. Needed during 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 58 void DeleteRegKeyWorkItem::Rollback() {
71 LOG(ERROR) << "Failed to restore key in rollback.";
create_reg_key_work_item_unittest.cc 65 work_item->Rollback();
67 // Rollback should delete all the keys up to top_key_to_create.
91 work_item->Rollback();
93 // Rollback should not remove the key since it exists before
125 work_item->Rollback();
127 // Rollback should delete key_to_create_3.
131 // Rollback should not delete key_to_create_2 as it is shared.
165 work_item->Rollback();
167 // key_to_create_3 has already been deleted, Rollback should delete
191 work_item->Rollback();
    [all...]
work_item_list.h 34 // Rollback the WorkItems in the reverse order as they are executed.
35 virtual void Rollback();
160 // Also, as the class name suggests, Rollback is not possible.
171 virtual void Rollback();
  /external/chromium_org/sql/
transaction.h 40 void Rollback();
45 // rollback of all transactions in that outermost one).
transaction.cc 28 void Transaction::Rollback() {
transaction_unittest.cc 57 TEST_F(SQLTransactionTest, Rollback) {
58 // Test some basic initialization, and that rollback runs when you exit the
72 // Test explicit rollback.
78 t2.Rollback();
116 inner2.Rollback();
recovery.h 109 static void Rollback(scoped_ptr<Recovery> r);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/hdr/
dm_tree_default_leaf_node_class.H 95 // To rollback the operation,not supported in Phase 1
96 virtual SYNCML_DM_RET_STATUS_T Rollback(SYNCML_DM_COMMAND_T bDMCommand,

Completed in 495 milliseconds

1 2 3 4