Home
last modified time | relevance | path

Searched refs:CFXEU_InsertText (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h431 class CFXEU_InsertText : public CFX_Edit_UndoItem {
433 CFXEU_InsertText(CFX_Edit* pEdit,
440 ~CFXEU_InsertText() override;
521 friend class CFXEU_InsertText; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp621 CFXEU_InsertText::CFXEU_InsertText(CFX_Edit* pEdit, in CFXEU_InsertText() function in CFXEU_InsertText
641 CFXEU_InsertText::~CFXEU_InsertText() {} in ~CFXEU_InsertText()
643 void CFXEU_InsertText::Redo() { in Redo()
652 void CFXEU_InsertText::Undo() { in Undo()
2759 AddEditUndoItem(new CFXEU_InsertText(this, m_wpOldCaret, m_wpCaret, text, in InsertText()