Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h190 CPVT_WordPlace m_wpOld; variable
213 CPVT_WordPlace m_wpOld; variable
237 CPVT_WordPlace m_wpOld; variable
264 CPVT_WordPlace m_wpOld; variable
307 CPVT_WordPlace m_wpOld; variable
Dfxet_edit.cpp383 m_wpOld(wpOldPlace), in CFXEU_InsertWord()
397 m_pEdit->SetCaret(m_wpOld); in Redo()
416 m_wpOld(wpOldPlace), in CFXEU_InsertReturn()
431 m_pEdit->SetCaret(m_wpOld); in Redo()
452 m_wpOld(wpOldPlace), in CFXEU_Backspace()
464 m_pEdit->SetCaret(m_wpOld); in Redo()
473 if (m_wpNew.SecCmp(m_wpOld) != 0) { in Undo()
490 m_wpOld(wpOldPlace), in CFXEU_Delete()
503 m_pEdit->SetCaret(m_wpOld); in Redo()
550 m_wpOld(wpOldPlace), in CFXEU_InsertText()
[all …]