Home
last modified time | relevance | path

Searched refs:SetSel (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp199 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
237 pWnd->SetSel(m_State.nStart, m_State.nEnd); in RestoreState()
Dcffl_combobox.cpp176 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
225 pEdit->SetSel(m_State.nStart, m_State.nEnd); in RestoreState()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.h39 void SetSel(int32_t nStartChar, int32_t nEndChar);
DPWL_EditCtrl.cpp364 void CPWL_EditCtrl::SetSel(int32_t nStartChar, int32_t nEndChar) { in SetSel() function in CPWL_EditCtrl
365 m_pEdit->SetSel(nStartChar, nEndChar); in SetSel()
DPWL_ComboBox.cpp242 m_pEdit->SetSel(nStartChar, nEndChar); in SetEditSel()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h400 void SetSel(int32_t nStartChar, int32_t nEndChar);
437 void SetSel(const CPVT_WordPlace& begin, const CPVT_WordPlace& end);
Dfxet_edit.cpp530 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()
540 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()
568 m_pEdit->SetSel(m_wpOld, m_wpNew); in Undo()
964 void CFX_Edit::SetSel(int32_t nStartChar, int32_t nEndChar) { in SetSel() function in CFX_Edit
972 SetSel(m_pVT->WordIndexToWordPlace(nStartChar), in SetSel()
975 SetSel(m_pVT->WordIndexToWordPlace(nEndChar), in SetSel()
982 void CFX_Edit::SetSel(const CPVT_WordPlace& begin, const CPVT_WordPlace& end) { in SetSel() function in CFX_Edit