Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp130 pEdit->GetSel(nSelStart, nSelEnd); in GetActionData()
201 pEdit->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
DFFL_TextField.cpp226 pWnd->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp164 GetSel(nSelStart, nSelEnd); in PasteText()
725 m_pEdit->GetSel(nStart, nEnd); in GetSelectWordRange()
874 GetSel(nSelStart, nSelEnd); in OnKeyDown()
943 GetSel(nSelStart, nSelEnd); in OnChar()
DPWL_EditCtrl.cpp394 void CPWL_EditCtrl::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { in GetSel() function in CPWL_EditCtrl
395 m_pEdit->GetSel(nStartChar, nEndChar); in GetSel()
DPWL_ComboBox.cpp268 m_pEdit->GetSel(nStartChar, nEndChar); in GetEditSel()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h67 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h284 virtual void GetSel(int32_t& nStartChar, int32_t& nEndChar) const = 0;
Dfxet_edit.h621 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp946 void CFX_Edit::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { in GetSel() function in CFX_Edit