Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h364 …_InsertWord(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
384 …nsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
403 …U_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
425 …FXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
464 …U_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
488 …_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace,
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp551 …_InsertWord(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, in CFXEU_InsertWord() argument
553 …: m_pEdit(pEdit), m_wpOld(wpOldPlace), m_wpNew(wpNewPlace), m_Word(word), m_nCharset(charset), m_W… in CFXEU_InsertWord()
585 …nsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, in CFXEU_InsertReturn() argument
589 m_wpNew(wpNewPlace), in CFXEU_InsertReturn()
626 …U_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, in CFXEU_Backspace() argument
631 m_wpNew(wpNewPlace), in CFXEU_Backspace()
673 …FXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, in CFXEU_Delete() argument
678 m_wpNew(wpNewPlace), in CFXEU_Delete()
756 …U_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, in CFXEU_ClearRich() argument
761 m_wpNew(wpNewPlace), in CFXEU_ClearRich()
[all …]