Searched refs:Redo (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/undo/
H A Dundo_manager_test.cc22 void Redo();
82 void TestUndoService::Redo() { function in class:__anon5598::TestUndoService
84 undo_manager_.Redo();
153 undo_service.Redo();
178 undo_service.Redo();
182 // Check that both operations were called in Undo and Redo.
257 undo_service.undo_manager_.Redo();
H A Dbookmark_undo_service_test.cc69 // 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();
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();
[all...]
H A Dundo_manager.h60 void Redo();
80 // Returns all UndoOperations that are awaiting Undo or Redo. Note that
126 // Set when executing Undo or Redo so that incoming changes are correctly
H A Dundo_manager.cc67 void UndoManager::Redo() { function in class:UndoManager
122 // Undo/Redo should have at least one operation performed.
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model_unittest.cc992 EXPECT_FALSE(model.Redo()); // There is nothing to redo.
995 EXPECT_TRUE(model.Redo());
1017 EXPECT_TRUE(model.Redo());
1020 EXPECT_TRUE(model.Redo());
1030 EXPECT_TRUE(model.Redo());
1052 EXPECT_FALSE(model.Redo());
1071 EXPECT_TRUE(model.Redo());
1081 EXPECT_TRUE(model.Redo());
1130 EXPECT_TRUE(model.Redo());
1133 EXPECT_TRUE(model.Redo());
[all...]
H A Dtextfield_model.cc41 void Redo(TextfieldModel* model) { function in class:views::internal::Edit
468 bool TextfieldModel::Redo() { function in class:views::TextfieldModel
481 (*current_edit_)->Redo(this);
686 edit->Redo(this);
719 edit->Redo(this);
728 edit->Redo(this);
H A Dtextfield_model.h162 // Redo edit. Returns true if redo changed the text.
163 bool Redo();
H A Dtextfield.cc1218 text_changed = cursor_changed = model_->Redo();
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_TextField.h25 virtual void Redo();
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h291 void Redo();
354 virtual void Redo();
372 void Redo();
392 void Redo();
412 void Redo();
434 void Redo();
455 void Redo();
474 void Redo();
497 void Redo();
519 void Redo();
[all...]
H A Dfx_edit.h147 virtual void Redo() = 0;
307 //do Redo operation.
308 virtual FX_BOOL Redo() = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp288 Redo();
625 void CPWL_EditCtrl::Redo() function in class:CPWL_EditCtrl
628 m_pEdit->Redo();
H A DPWL_Edit.cpp585 pProvider ? pProvider->LoadPopupMenuString(1) : L"&Redo");
658 Redo();
/external/chromium_org/athena/content/
H A Drender_view_context_menu_impl.cc253 source_web_contents_->Redo();
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h119 void Redo();
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp390 void CFX_Edit_Undo::Redo() function in class:CFX_Edit_Undo
401 pItem->Redo();
545 void CFX_Edit_GroupUndoItem::Redo() function in class:CFX_Edit_GroupUndoItem
552 pUndoItem->Redo();
580 void CFXEU_InsertWord::Redo() function in class:CFXEU_InsertWord
620 void CFXEU_InsertReturn::Redo() function in class:CFXEU_InsertReturn
660 void CFXEU_Backspace::Redo() function in class:CFXEU_Backspace
708 void CFXEU_Delete::Redo() function in class:CFXEU_Delete
749 void CFXEU_Clear::Redo() function in class:CFXEU_Clear
791 void CFXEU_ClearRich::Redo() function in class:CFXEU_ClearRich
847 void CFXEU_InsertText::Redo() function in class:CFXEU_InsertText
887 void CFXEU_SetSecProps::Redo() function in class:CFXEU_SetSecProps
932 void CFXEU_SetWordProps::Redo() function in class:CFXEU_SetWordProps
3329 FX_BOOL CFX_Edit::Redo() function in class:CFX_Edit
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_context_menu_controller.cc190 Redo();
/external/chromium_org/content/public/browser/
H A Dweb_contents.h367 virtual void Redo() = 0;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_TextField.cpp25 void CFFL_EditUndoItem::Redo() function in class:CFFL_EditUndoItem
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_api.cc782 Redo();
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h268 virtual void Redo() OVERRIDE;
H A Dweb_contents_impl.cc2011 void WebContentsImpl::Redo() { function in class:content::WebContentsImpl
2016 RecordAction(base::UserMetricsAction("Redo"));
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc1603 source_web_contents_->Redo();

Completed in 484 milliseconds