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

  /external/chromium_org/chrome/browser/undo/
undo_manager_test.cc 21 void Redo();
71 void TestUndoService::Redo() {
73 undo_manager_.Redo();
126 undo_service.Redo();
151 undo_service.Redo();
155 // Check that both operations were called in Undo and Redo.
undo_manager.cc 57 void UndoManager::Redo() {
100 // Undo/Redo should have at least one operation performed.
161 // User actions invalidate any available redo actions.
  /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
52 void Redo(TextfieldViewsModel* model) {
60 // redo and should not be reused.
354 // No undo/redo for composition text.
375 // No undo/redo for composition text.
468 // There is no redo iff the current edit is the last element
494 bool TextfieldViewsModel::Redo() {
507 (*current_edit_)->Redo(this);
516 // A trick to let undo/redo handle cursor correctly
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]

Completed in 83 milliseconds