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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 390 void CPWL_EditCtrl::SetSel(int32_t nStartChar, int32_t nEndChar) {
391 m_pEdit->SetSel(nStartChar, nEndChar);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 563 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_t nStartChar, int32_t nEndChar)
    [all...]

Completed in 136 milliseconds