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 22 void Redo();
82 void TestUndoService::Redo() {
84 undo_manager_.Redo();
153 undo_service.Redo();
178 undo_service.Redo();
182 // Check that both operations were called in Undo and Redo.
256 // There should be at least 1 observer callback for redo.
257 undo_service.undo_manager_.Redo();
undo_manager.cc 67 void UndoManager::Redo() {
122 // Undo/Redo should have at least one operation performed.
211 // User actions invalidate any available redo actions.
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 20 // Edit holds state information to undo/redo editing changes. Editing operations
41 void Redo(TextfieldModel* model) {
48 // merged edit will be deleted after redo and should not be reused.
327 // No undo/redo for composition text.
348 // No undo/redo for composition text.
443 // There is no redo iff the current edit is the last element in the history.
468 bool TextfieldModel::Redo() {
481 (*current_edit_)->Redo(this);
489 // A trick to let undo/redo handle cursor correctly.
686 edit->Redo(this)
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 710 milliseconds