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.h378 CPVT_WordPlace m_wpOld; variable
398 CPVT_WordPlace m_wpOld; variable
418 CPVT_WordPlace m_wpOld; variable
440 CPVT_WordPlace m_wpOld; variable
480 CPVT_WordPlace m_wpOld; variable
503 CPVT_WordPlace m_wpOld; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp570 …: m_pEdit(pEdit), m_wpOld(wpOldPlace), m_wpNew(wpNewPlace), m_Word(word), m_nCharset(charset), m_W… in CFXEU_InsertWord()
585 m_pEdit->SetCaret(m_wpOld); in Redo()
605 m_wpOld(wpOldPlace), in CFXEU_InsertReturn()
625 m_pEdit->SetCaret(m_wpOld); in Redo()
647 m_wpOld(wpOldPlace), in CFXEU_Backspace()
665 m_pEdit->SetCaret(m_wpOld); in Redo()
676 if (m_wpNew.SecCmp(m_wpOld) != 0) in Undo()
694 m_wpOld(wpOldPlace), in CFXEU_Delete()
713 m_pEdit->SetCaret(m_wpOld); in Redo()
777 m_wpOld(wpOldPlace), in CFXEU_ClearRich()
[all …]