Home
last modified time | relevance | path

Searched refs:Redo (Results 1 – 25 of 39) sorted by relevance

12

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h84 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();
Dcpwl_edit_ctrl.cpp228 Redo(); in OnChar()
412 void CPWL_EditCtrl::Redo() { in Redo() function in CPWL_EditCtrl
414 m_pEdit->Redo(); in Redo()
Dcpwl_edit_impl.cpp234 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()
Dcpwl_edit_ctrl.h42 void Redo();
/external/pdfium/xfa/fde/
Dcfde_texteditengine_unittest.cpp313 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()
Dcfde_texteditengine.cpp31 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()
Dcfde_texteditengine.h60 virtual void Redo() const = 0;
127 bool Redo();
/external/freetype/src/tools/ftfuzzer/
Dftfuzzer.cc110 Redo: in get()
123 goto Redo; in get()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.h49 bool Redo() override;
Dcxfa_ffcombobox.h26 bool Redo() override;
Dcxfa_fftextedit.cpp380 bool CXFA_FFTextEdit::Redo() { in Redo() function in CXFA_FFTextEdit
381 return ToEdit(m_pNormalWidget.get())->Redo(); in Redo()
Dcxfa_ffwidget.h102 virtual bool Redo();
Dcxfa_ffcombobox.cpp217 bool CXFA_FFComboBox::Redo() { in Redo() function in CXFA_FFComboBox
Dcxfa_ffwidget.cpp455 bool CXFA_FFWidget::Redo() { in Redo() function in CXFA_FFWidget
/external/pdfium/xfa/fwl/
Dcfwl_edit.h87 bool Redo();
Dcfwl_combobox.h78 bool EditRedo() { return m_pEdit->Redo(); } in EditRedo()
Dcfwl_edit.cpp352 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/
Dinet92 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/
Dhelp.txt34 Redo -- Redo last undone change to current window
DREADME.txt145 Redo # undoDelegator
/external/libxkbcommon/xkbcommon/test/data/keymaps/
Dno-types.xkb914 key <AGAI> { [ Redo ] };
960 key <I190> { [ Redo ] };
/external/python/cpython3/Lib/idlelib/
DREADME.txt144 Redo # undodelegator
/external/pdfium/fpdfsdk/
Dfpdfformfill.cpp528 static_cast<CXFA_FFWidget*>(hWidget)->Redo(); in FPDF_Widget_Redo()
/external/python/cpython2/Doc/library/
Didle.rst104 Redo
105 Redo the last undone change to the current window.
/external/python/cpython3/Doc/library/
Didle.rst108 Redo
109 Redo the last undone change to the current window.

12