HomeSort by relevance Sort by last modified time
    Searched defs:Undo (Results 1 - 4 of 4) 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_operation.h"
41 virtual void Undo() OVERRIDE;
56 void TestUndoOperation::Undo() {
105 undo_service.undo_manager_.Undo();
109 undo_service.undo_manager_.Undo();
122 undo_service.undo_manager_.Undo();
147 undo_service.undo_manager_.Undo();
155 // Check that both operations were called in Undo and Redo.
179 undo_service.undo_manager_.Undo();
    [all...]
undo_manager.cc 5 #include "chrome/browser/undo/undo_manager.h"
9 #include "chrome/browser/undo/undo_operation.h"
30 void UndoGroup::Undo() {
33 (*ri)->Undo();
53 void UndoManager::Undo() {
54 Undo(&performing_undo_, &undo_actions_);
58 Undo(&performing_redo_, &redo_actions_);
100 // Undo/Redo should have at least one operation performed.
140 void UndoManager::Undo(bool* performing_indicator,
154 action->Undo();
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.cc 27 // An edit object holds enough information/state to undo/redo the
31 // (For example, when you did undo/redo, or a text is appended via
45 void Undo(TextfieldViewsModel* model) {
321 Undo();
354 // No undo/redo for composition text.
375 // No undo/redo for composition text.
475 bool TextfieldViewsModel::Undo() {
485 (*current_edit_)->Undo(this);
516 // A trick to let undo/redo handle cursor correctly.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]

Completed in 49 milliseconds