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

/external/pdfium/xfa/fde/
H A Difde_txtedtdorecord.h16 virtual bool Redo() const = 0;
H A Dcfde_txtedtdorecord_insert.h25 bool Redo() const override;
H A Dcfde_txtedtdorecord_deleterange.h26 bool Redo() const override;
H A Dcfde_txtedtdorecord_deleterange.cpp44 bool CFDE_TxtEdtDoRecord_DeleteRange::Redo() const { function in class:CFDE_TxtEdtDoRecord_DeleteRange
H A Dcfde_txtedtdorecord_insert.cpp39 bool CFDE_TxtEdtDoRecord_Insert::Redo() const { function in class:CFDE_TxtEdtDoRecord_Insert
H A Dcfde_txtedtengine.h65 bool Redo(const IFDE_TxtEdtDoRecord* pRecord);
H A Dcfde_txtedtengine.cpp625 bool CFDE_TxtEdtEngine::Redo(const IFDE_TxtEdtDoRecord* pDoRecord) { function in class:CFDE_TxtEdtEngine
628 return pDoRecord->Redo();
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.h112 void Redo();
135 virtual void Redo() = 0;
162 void Redo() override;
184 void Redo() override;
207 void Redo() override;
231 void Redo() override;
258 void Redo() override;
281 void Redo() override;
301 void Redo() override;
382 bool Redo();
[all...]
H A Dfxet_edit.cpp274 void CFX_Edit_Undo::Redo() { function in class:CFX_Edit_Undo
277 m_UndoItemStack[m_nCurUndoPos]->Redo();
367 void CFX_Edit_GroupUndoItem::Redo() { function in class:CFX_Edit_GroupUndoItem
369 (*iter)->Redo();
394 void CFXEU_InsertWord::Redo() { function in class:CFXEU_InsertWord
428 void CFXEU_InsertReturn::Redo() { function in class:CFXEU_InsertReturn
461 void CFXEU_Backspace::Redo() { function in class:CFXEU_Backspace
500 void CFXEU_Delete::Redo() { function in class:CFXEU_Delete
527 void CFXEU_Clear::Redo() { function in class:CFXEU_Clear
557 void CFXEU_InsertText::Redo() { function in class:CFXEU_InsertText
2066 bool CFX_Edit::Redo() { function in class:CFX_Edit
[all...]
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffchoicelist.h56 bool Redo() override;
H A Dxfa_ffchoicelist.cpp408 bool CXFA_FFComboBox::Redo() { function in class:CXFA_FFComboBox
H A Dxfa_ffwidget.cpp288 bool CXFA_FFWidget::Redo() { function in class:CXFA_FFWidget
/external/pdfium/xfa/fwl/
H A Dcfwl_edit.h87 bool Redo(const IFDE_TxtEdtDoRecord* pRecord);
90 bool Redo();
H A Dcfwl_combobox.h78 bool EditRedo() { return m_pEdit->Redo(); }
H A Dcfwl_edit.cpp365 bool CFWL_Edit::Redo(const IFDE_TxtEdtDoRecord* pRecord) { function in class:CFWL_Edit
366 return m_EdtEngine.Redo(pRecord);
379 bool CFWL_Edit::Redo() { function in class:CFWL_Edit
382 return Redo(m_DoRecords[++m_iCurRecord].get());
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_EditCtrl.cpp242 Redo();
493 void CPWL_EditCtrl::Redo() { function in class:CPWL_EditCtrl
495 m_pEdit->Redo();
H A DPWL_EditCtrl.h69 void Redo();
/external/pdfium/xfa/fxfa/
H A Dxfa_ffwidget.h84 virtual bool Redo();
/external/openssh/contrib/redhat/
H A Dopenssh.spec619 - Redo patch to move pam_open_session after the server setuid()s to the user.
626 - Redo patch to ssh-add to try to adding both identity and id_dsa to also try
/external/pdfium/fpdfsdk/
H A Dfpdfformfill.cpp444 static_cast<CXFA_FFWidget*>(hWidget)->Redo();

Completed in 258 milliseconds