Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp379 : m_pEdit(pEdit), m_wrSel(wrSel), m_swText(swText) { in CFXEU_Clear()
387 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()
393 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()
395 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()
Dcpwl_edit_impl.h205 CPVT_WordRange m_wrSel; variable