Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h511 class CFXEU_SetSecProps : public CFX_Edit_UndoItem
514 CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
517 virtual ~CFXEU_SetSecProps();
565 friend class CFXEU_SetSecProps; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp869 CFXEU_SetSecProps::CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E e… in CFXEU_SetSecProps() function in CFXEU_SetSecProps
883 CFXEU_SetSecProps::~CFXEU_SetSecProps() in ~CFXEU_SetSecProps()
887 void CFXEU_SetSecProps::Redo() in Redo()
901 void CFXEU_SetSecProps::Undo() in Undo()
1763 AddEditUndoItem(new CFXEU_SetSecProps in SetSecProps()