HomeSort by relevance Sort by last modified time
    Searched defs:Undo (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/undo/
undo_manager_test.cc 6 #include "chrome/browser/undo/undo_manager.h"
7 #include "chrome/browser/undo/undo_manager_observer.h"
8 #include "chrome/browser/undo/undo_operation.h"
42 virtual void Undo() OVERRIDE;
59 void TestUndoOperation::Undo() {
132 undo_service.undo_manager_.Undo();
136 undo_service.undo_manager_.Undo();
149 undo_service.undo_manager_.Undo();
174 undo_service.undo_manager_.Undo();
182 // Check that both operations were called in Undo and Redo
    [all...]
undo_manager.cc 5 #include "chrome/browser/undo/undo_manager.h"
9 #include "chrome/browser/undo/undo_manager_observer.h"
10 #include "chrome/browser/undo/undo_operation.h"
39 void UndoGroup::Undo() {
42 (*ri)->Undo();
63 void UndoManager::Undo() {
64 Undo(&performing_undo_, &undo_actions_);
68 Undo(&performing_redo_, &redo_actions_);
122 // Undo/Redo should have at least one operation performed.
152 // Ensure that if an Undo is in progress the UndoOperations part of tha
    [all...]
bookmark_undo_service.cc 5 #include "chrome/browser/undo/bookmark_undo_service.h"
9 #include "chrome/browser/undo/bookmark_renumber_observer.h"
10 #include "chrome/browser/undo/bookmark_undo_service_factory.h"
11 #include "chrome/browser/undo/undo_operation.h"
54 // Handles the undo of the insertion of a bookmark or folder.
61 virtual void Undo() OVERRIDE;
83 void BookmarkAddOperation::Undo() {
107 // Handles the undo of the deletion of a bookmark node. For a bookmark folder,
120 virtual void Undo() OVERRIDE;
149 void BookmarkRemoveOperation::Undo() {
    [all...]
  /art/runtime/
transaction.cc 134 it.second.Undo(it.first);
143 it.second.Undo(it.first);
150 // We want to undo each operation from the most recent to the oldest. List has been filled so the
153 string_log.Undo(intern_table);
259 void Transaction::ObjectLog::Undo(mirror::Object* obj) {
329 void Transaction::InternStringLog::Undo(InternTable* intern_table) {
377 void Transaction::ArrayLog::Undo(mirror::Array* array) {
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 19 #include "chrome/browser/undo/bookmark_undo_service.h"
20 #include "chrome/browser/undo/bookmark_undo_service_factory.h"
21 #include "chrome/browser/undo/undo_manager.h"
676 void BookmarksBridge::Undo(JNIEnv* env, jobject obj) {
682 undo_manager->Undo();
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 20 // Edit holds state information to undo/redo editing changes. Editing operations
34 void Undo(TextfieldModel* model) {
298 Undo();
327 // No undo/redo for composition text.
348 // No undo/redo for composition text.
449 bool TextfieldModel::Undo() {
459 (*current_edit_)->Undo(this);
489 // A trick to let undo/redo handle cursor correctly.
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 106 milliseconds