Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp556 : m_pEdit(pEdit), m_wrSel(wrSel), m_swText(swText) {} in CFXEU_Clear()
563 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()
571 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()
574 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()
589 m_wrSel(wrSel), in CFXEU_ClearRich()
600 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()
616 m_pEdit->PaintInsertText(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()
617 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h399 CPVT_WordRange m_wrSel; variable
424 CPVT_WordRange m_wrSel; variable