Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h129 CPVT_WordPlace m_wpOld; variable
149 CPVT_WordPlace m_wpOld; variable
185 CPVT_WordPlace m_wpOld; variable
208 CPVT_WordPlace m_wpOld; variable
249 CPVT_WordPlace m_wpOld; variable
Dcpwl_edit_impl.cpp263 m_wpOld(wpOldPlace), in CFXEU_InsertWord()
274 m_pEdit->SetCaret(m_wpOld); in Redo()
289 : m_pEdit(pEdit), m_wpOld(wpOldPlace), m_wpNew(wpNewPlace) { in CFXEU_InsertReturn()
297 m_pEdit->SetCaret(m_wpOld); in Redo()
340 m_wpOld(wpOldPlace), in CFXEU_Backspace()
351 m_pEdit->SetCaret(m_wpOld); in Redo()
359 if (m_wpNew.nSecIndex != m_wpOld.nSecIndex) in Undo()
373 m_wpOld(wpOldPlace), in CFXEU_Delete()
385 m_pEdit->SetCaret(m_wpOld); in Redo()
430 m_wpOld(wpOldPlace), in CFXEU_InsertText()
[all …]