Searched refs:SetSel (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_TextField.cpp198 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
236 pWnd->SetSel(m_State.nStart, m_State.nEnd);
H A DFFL_ComboBox.cpp168 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
217 pEdit->SetSel(m_State.nStart, m_State.nEnd);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h66 void SetSel(int32_t nStartChar, int32_t nEndChar);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp641 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),
646 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),
651 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),
656 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),
661 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),
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);
H A DPWL_ComboBox.cpp259 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...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h620 void SetSel(int32_t nStartChar, int32_t nEndChar) override;
654 void SetSel(const CPVT_WordPlace& begin, const CPVT_WordPlace& end);
H A Dfx_edit.h282 virtual void SetSel(int32_t nStartChar, int32_t nEndChar) = 0;

Completed in 56 milliseconds