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.h121 CPVT_WordPlace m_wpOld; variable
141 CPVT_WordPlace m_wpOld; variable
161 CPVT_WordPlace m_wpOld; variable
184 CPVT_WordPlace m_wpOld; variable
225 CPVT_WordPlace m_wpOld; variable
Dcpwl_edit_impl.cpp272 m_wpOld(wpOldPlace), in CFXEU_InsertWord()
283 m_pEdit->SetCaret(m_wpOld); in Redo()
296 : m_pEdit(pEdit), m_wpOld(wpOldPlace), m_wpNew(wpNewPlace) { in CFXEU_InsertReturn()
304 m_pEdit->SetCaret(m_wpOld); in Redo()
320 m_wpOld(wpOldPlace), in CFXEU_Backspace()
331 m_pEdit->SetCaret(m_wpOld); in Redo()
338 if (m_wpNew.nSecIndex != m_wpOld.nSecIndex) in Undo()
351 m_wpOld(wpOldPlace), in CFXEU_Delete()
363 m_pEdit->SetCaret(m_wpOld); in Redo()
404 m_wpOld(wpOldPlace), in CFXEU_InsertText()
[all …]