Home | History | Annotate | Download | only in undo

Lines Matching refs:Redo

69   // Redo bookmark creation and ensure bookmark information is valid.
70 undo_service->undo_manager()->Redo();
99 // Redo the deletion and check that there are no bookmarks left.
100 undo_service->undo_manager()->Redo();
107 // Ensure the undo/redo works for editing of bookmark information grouped into
133 // Redo the modifications and ensure the newer values are present.
134 undo_service->undo_manager()->Redo();
170 // Redo the move and check that the first node is in the last position.
171 undo_service->undo_manager()->Redo();
208 // Redo the move back into the folder and check validity.
209 undo_service->undo_manager()->Redo();
257 // Redo all the actions and ensure the folder and bookmark are restored.
258 undo_service->undo_manager()->Redo(); // folder creation
259 undo_service->undo_manager()->Redo(); // bookmark creation
260 undo_service->undo_manager()->Redo(); // bookmark title change
269 undo_service->undo_manager()->Redo(); // folder deletion
299 // Test the redo of SortChildren.
300 undo_service->undo_manager()->Redo();
350 // Test that the redo removes all folders and bookmarks.
351 undo_service->undo_manager()->Redo();
379 // Test that the redo restores the bookmark and folder.
380 undo_service->undo_manager()->Redo();
384 // Test that the undo after a redo restores the bookmark and folder.