Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h302 CPVT_WordPlace m_wpOld; variable
325 CPVT_WordPlace m_wpOld; variable
349 CPVT_WordPlace m_wpOld; variable
376 CPVT_WordPlace m_wpOld; variable
422 CPVT_WordPlace m_wpOld; variable
449 CPVT_WordPlace m_wpOld; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp416 m_wpOld(wpOldPlace), in CFXEU_InsertWord()
430 m_pEdit->SetCaret(m_wpOld); in Redo()
449 m_wpOld(wpOldPlace), in CFXEU_InsertReturn()
464 m_pEdit->SetCaret(m_wpOld); in Redo()
485 m_wpOld(wpOldPlace), in CFXEU_Backspace()
497 m_pEdit->SetCaret(m_wpOld); in Redo()
506 if (m_wpNew.SecCmp(m_wpOld) != 0) { in Undo()
523 m_wpOld(wpOldPlace), in CFXEU_Delete()
536 m_pEdit->SetCaret(m_wpOld); in Redo()
587 m_wpOld(wpOldPlace), in CFXEU_ClearRich()
[all …]