Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_TextField.cpp198 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
236 pWnd->SetSel(m_State.nStart, m_State.nEnd); in RestoreState()
DFFL_ComboBox.cpp168 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
217 pEdit->SetSel(m_State.nStart, m_State.nEnd); in RestoreState()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp563 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()
574 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()
600 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()
617 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()
655 m_pEdit->SetSel(m_wpOld, m_wpNew); in Undo()
686 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos); in Redo()
698 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos); in Undo()
725 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos); in Redo()
737 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos); in Undo()
908 void CFX_Edit::SetSel(int32_t nStartChar, int32_t nEndChar) { in SetSel() function in CFX_Edit
[all …]
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp641 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
646 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
651 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
656 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
661 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
DPWL_EditCtrl.cpp390 void CPWL_EditCtrl::SetSel(int32_t nStartChar, int32_t nEndChar) { in SetSel() function in CPWL_EditCtrl
391 m_pEdit->SetSel(nStartChar, nEndChar); in SetSel()
DPWL_ComboBox.cpp259 m_pEdit->SetSel(nStartChar, nEndChar); in SetEditSel()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h66 void SetSel(int32_t nStartChar, int32_t nEndChar);
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h620 void SetSel(int32_t nStartChar, int32_t nEndChar) override;
654 void SetSel(const CPVT_WordPlace& begin, const CPVT_WordPlace& end);
Dfx_edit.h282 virtual void SetSel(int32_t nStartChar, int32_t nEndChar) = 0;