Searched refs:wpOldPlace (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 364 …CFXEU_InsertWord(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNew… 384 …CFXEU_InsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpN… 403 …CFXEU_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewP… 425 …CFXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlac… 464 …CFXEU_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewP… 488 …CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNew…
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 551 CFXEU_InsertWord::CFXEU_InsertWord(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_… 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 CFXEU_InsertReturn::CFXEU_InsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const C… in CFXEU_InsertReturn() argument 588 m_wpOld(wpOldPlace), in CFXEU_InsertReturn() 626 CFXEU_Backspace::CFXEU_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_Wo… in CFXEU_Backspace() argument 630 m_wpOld(wpOldPlace), in CFXEU_Backspace() 673 CFXEU_Delete::CFXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlac… in CFXEU_Delete() argument 677 m_wpOld(wpOldPlace), in CFXEU_Delete() 756 CFXEU_ClearRich::CFXEU_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_Wo… in CFXEU_ClearRich() argument 760 m_wpOld(wpOldPlace), in CFXEU_ClearRich() [all …]
|