/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 84 void Redo(); 102 virtual void Redo() = 0; 115 void Redo() override; 135 void Redo() override; 155 void Redo() override; 178 void Redo() override; 199 void Redo() override; 219 void Redo() override; 292 bool Redo();
|
D | cpwl_edit_ctrl.cpp | 228 Redo(); in OnChar() 412 void CPWL_EditCtrl::Redo() { in Redo() function in CPWL_EditCtrl 414 m_pEdit->Redo(); in Redo()
|
D | cpwl_edit_impl.cpp | 234 void CPWL_EditImpl_Undo::Redo() { in Redo() function in CPWL_EditImpl_Undo 237 m_UndoItemStack[m_nCurUndoPos]->Redo(); in Redo() 281 void CFXEU_InsertWord::Redo() { in Redo() function in CFXEU_InsertWord 302 void CFXEU_InsertReturn::Redo() { in Redo() function in CFXEU_InsertReturn 329 void CFXEU_Backspace::Redo() { in Redo() function in CFXEU_Backspace 361 void CFXEU_Delete::Redo() { in Redo() function in CFXEU_Delete 385 void CFXEU_Clear::Redo() { in Redo() function in CFXEU_Clear 413 void CFXEU_InsertText::Redo() { in Redo() function in CFXEU_InsertText 1710 bool CPWL_EditImpl::Redo() { in Redo() function in CPWL_EditImpl 1713 m_Undo.Redo(); in Redo()
|
D | cpwl_edit_ctrl.h | 42 void Redo();
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine_unittest.cpp | 313 EXPECT_FALSE(engine()->Redo()); in TEST_F() 322 EXPECT_TRUE(engine()->Redo()); in TEST_F() 339 EXPECT_TRUE(engine()->Redo()); in TEST_F() 352 EXPECT_TRUE(engine()->Redo()); in TEST_F() 371 EXPECT_TRUE(engine()->Redo()); in TEST_F() 373 EXPECT_TRUE(engine()->Redo()); in TEST_F() 399 EXPECT_TRUE(engine()->Redo()); in TEST_F()
|
D | cfde_texteditengine.cpp | 31 void Redo() const override { in Redo() function in __anoneddb2b110111::InsertOperation 56 void Redo() const override { in Redo() function in __anoneddb2b110111::DeleteOperation 83 void Redo() const override { in Redo() function in __anoneddb2b110111::ReplaceOperation 84 delete_op_.Redo(); in Redo() 85 insert_op_.Redo(); in Redo() 553 bool CFDE_TextEditEngine::Redo() { in Redo() function in CFDE_TextEditEngine 559 operation_buffer_[next_operation_index_to_undo_]->Redo(); in Redo()
|
D | cfde_texteditengine.h | 60 virtual void Redo() const = 0; 127 bool Redo();
|
/external/freetype/src/tools/ftfuzzer/ |
D | ftfuzzer.cc | 110 Redo: in get() 123 goto Redo; in get()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fftextedit.h | 49 bool Redo() override;
|
D | cxfa_ffcombobox.h | 26 bool Redo() override;
|
D | cxfa_fftextedit.cpp | 380 bool CXFA_FFTextEdit::Redo() { in Redo() function in CXFA_FFTextEdit 381 return ToEdit(m_pNormalWidget.get())->Redo(); in Redo()
|
D | cxfa_ffwidget.h | 102 virtual bool Redo();
|
D | cxfa_ffcombobox.cpp | 217 bool CXFA_FFComboBox::Redo() { in Redo() function in CXFA_FFComboBox
|
D | cxfa_ffwidget.cpp | 455 bool CXFA_FFWidget::Redo() { in Redo() function in CXFA_FFWidget
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.h | 87 bool Redo();
|
D | cfwl_combobox.h | 78 bool EditRedo() { return m_pEdit->Redo(); } in EditRedo()
|
D | cfwl_edit.cpp | 352 bool CFWL_Edit::Redo() { in Redo() function in CFWL_Edit 353 return CanRedo() ? m_EdtEngine.Redo() : false; in Redo()
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | inet | 92 key <AGAI> { [ Redo ] }; 168 key <I190> { [ Redo ] }; 1081 key <I65> { [ Redo ] }; // F6 * 1097 key <FK16> { [ Redo ] }; // F6 1293 key <I0A> { [ Redo ] }; 1393 key <I70> { [ Redo ] }; 1411 key <I07> { [ Redo ] }; 1741 key <I0A> { [ Redo ] };
|
/external/python/cpython2/Lib/idlelib/ |
D | help.txt | 34 Redo -- Redo last undone change to current window
|
D | README.txt | 145 Redo # undoDelegator
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
D | no-types.xkb | 914 key <AGAI> { [ Redo ] }; 960 key <I190> { [ Redo ] };
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 144 Redo # undodelegator
|
/external/pdfium/fpdfsdk/ |
D | fpdfformfill.cpp | 528 static_cast<CXFA_FFWidget*>(hWidget)->Redo(); in FPDF_Widget_Redo()
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 104 Redo 105 Redo the last undone change to the current window.
|
/external/python/cpython3/Doc/library/ |
D | idle.rst | 108 Redo 109 Redo the last undone change to the current window.
|