Searched defs:SetSel (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp390 void CPWL_EditCtrl::SetSel(int32_t nStartChar, int32_t nEndChar) { function in class:CPWL_EditCtrl
391 m_pEdit->SetSel(nStartChar, nEndChar);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp563 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos);
574 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos);
600 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos);
617 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos);
655 m_pEdit->SetSel(m_wpOld, m_wpNew);
686 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
698 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
725 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
737 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
908 void CFX_Edit::SetSel(int32_ function in class:CFX_Edit
926 void CFX_Edit::SetSel(const CPVT_WordPlace& begin, const CPVT_WordPlace& end) { function in class:CFX_Edit
[all...]

Completed in 164 milliseconds