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.h507 class CFXEU_SetSecProps : public CFX_Edit_UndoItem
510 CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
513 virtual ~CFXEU_SetSecProps();
561 friend class CFXEU_SetSecProps; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp852 CFXEU_SetSecProps::CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E e… in CFXEU_SetSecProps() function in CFXEU_SetSecProps
866 CFXEU_SetSecProps::~CFXEU_SetSecProps() in ~CFXEU_SetSecProps()
870 void CFXEU_SetSecProps::Redo() in Redo()
884 void CFXEU_SetSecProps::Undo() in Undo()
1746 AddEditUndoItem(new CFXEU_SetSecProps in SetSecProps()