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 95 void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 242 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
296 pEdit->SetSel(m_State.nStart, m_State.nEnd);
FFL_TextField.cpp 252 pEdit->SetSel(fa.nSelStart, fa.nSelEnd);
295 pWnd->SetSel(m_State.nStart, m_State.nEnd);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 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));
696 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 737 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
749 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
779 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
802 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
845 m_pEdit->SetSel(m_wpOld,m_wpNew);
879 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
893 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
924 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
938 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
1133 void CFX_Edit::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 662 void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar);
668 void SetSel(const CPVT_WordPlace & begin,const CPVT_WordPlace & end);
fx_edit.h 264 virtual void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar) = 0;

Completed in 36 milliseconds