HomeSort by relevance Sort by last modified time
    Searched refs:SetSel (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 89 void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 247 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
301 pEdit->SetSel(m_State.nStart, m_State.nEnd);
FFL_TextField.cpp 282 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
325 pWnd->SetSel(m_State.nStart, m_State.nEnd);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 676 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
680 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
684 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
688 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
692 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
PWL_EditCtrl.cpp 442 void CPWL_EditCtrl::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar)
444 m_pEdit->SetSel(nStartChar, nEndChar);
PWL_ComboBox.cpp 278 m_pEdit->SetSel(nStartChar,nEndChar);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 754 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
766 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
796 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
819 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
862 m_pEdit->SetSel(m_wpOld,m_wpNew);
896 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
910 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
941 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
955 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
1150 void CFX_Edit::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar)
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 243 virtual void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar) = 0;
fxet_edit.h 666 void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar);
672 void SetSel(const CPVT_WordPlace & begin,const CPVT_WordPlace & end);

Completed in 140 milliseconds