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

/external/pdfium/fpdfsdk/pwl/
H A 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();
H A Dcpwl_edit_ctrl.h42 void Redo();
H A Dcpwl_edit_ctrl.cpp228 Redo();
412 void CPWL_EditCtrl::Redo() { function in class:CPWL_EditCtrl
414 m_pEdit->Redo();
H A Dcpwl_edit_impl.cpp234 void CPWL_EditImpl_Undo::Redo() { function in class:CPWL_EditImpl_Undo
237 m_UndoItemStack[m_nCurUndoPos]->Redo();
281 void CFXEU_InsertWord::Redo() { function in class:CFXEU_InsertWord
302 void CFXEU_InsertReturn::Redo() { function in class:CFXEU_InsertReturn
329 void CFXEU_Backspace::Redo() { function in class:CFXEU_Backspace
361 void CFXEU_Delete::Redo() { function in class:CFXEU_Delete
385 void CFXEU_Clear::Redo() { function in class:CFXEU_Clear
413 void CFXEU_InsertText::Redo() { function in class:CFXEU_InsertText
1710 bool CPWL_EditImpl::Redo() { function in class:CPWL_EditImpl
1713 m_Undo.Redo();
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffcombobox.h26 bool Redo() override;
H A Dcxfa_fftextedit.h49 bool Redo() override;
H A Dcxfa_fftextedit.cpp380 bool CXFA_FFTextEdit::Redo() { function in class:CXFA_FFTextEdit
381 return ToEdit(m_pNormalWidget.get())->Redo();
H A Dcxfa_ffwidget.h102 virtual bool Redo();
H A Dcxfa_ffcombobox.cpp217 bool CXFA_FFComboBox::Redo() { function in class:CXFA_FFComboBox
H A Dcxfa_ffwidget.cpp455 bool CXFA_FFWidget::Redo() { function in class:CXFA_FFWidget
/external/freetype/src/tools/ftfuzzer/
H A Dftfuzzer.cc110 Redo:
123 goto Redo;
/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.h60 virtual void Redo() const = 0;
127 bool Redo();
H A Dcfde_texteditengine.cpp31 void Redo() const override {
56 void Redo() const override {
83 void Redo() const override {
84 delete_op_.Redo();
85 insert_op_.Redo();
553 bool CFDE_TextEditEngine::Redo() { function in class:CFDE_TextEditEngine
559 operation_buffer_[next_operation_index_to_undo_]->Redo();
H A Dcfde_texteditengine_unittest.cpp313 EXPECT_FALSE(engine()->Redo());
322 EXPECT_TRUE(engine()->Redo());
339 EXPECT_TRUE(engine()->Redo());
352 EXPECT_TRUE(engine()->Redo());
371 EXPECT_TRUE(engine()->Redo());
373 EXPECT_TRUE(engine()->Redo());
390 // Do A, undo. Do B, undo. Redo should cause B.
399 EXPECT_TRUE(engine()->Redo());
/external/pdfium/xfa/fwl/
H A Dcfwl_combobox.h78 bool EditRedo() { return m_pEdit->Redo(); }
H A Dcfwl_edit.h87 bool Redo();
H A Dcfwl_edit.cpp352 bool CFWL_Edit::Redo() { function in class:CFWL_Edit
353 return CanRedo() ? m_EdtEngine.Redo() : false;
/external/pdfium/fpdfsdk/
H A Dfpdfformfill.cpp528 static_cast<CXFA_FFWidget*>(hWidget)->Redo();

Completed in 1485 milliseconds