Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp138 pEdit->GetSel(nSelStart, nSelEnd); in GetActionData()
209 pEdit->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
Dcffl_textfield.cpp227 pWnd->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.h40 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const;
DPWL_Edit.cpp481 m_pEdit->GetSel(nStart, nEnd); in GetSelectWordRange()
618 GetSel(nSelStart, nSelEnd); in OnKeyDown()
687 GetSel(nSelStart, nSelEnd); in OnChar()
DPWL_EditCtrl.cpp368 void CPWL_EditCtrl::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { in GetSel() function in CPWL_EditCtrl
369 m_pEdit->GetSel(nStartChar, nEndChar); in GetSel()
DPWL_ComboBox.cpp250 m_pEdit->GetSel(nStartChar, nEndChar); in GetEditSel()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h401 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const;
Dfxet_edit.cpp1001 void CFX_Edit::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { in GetSel() function in CFX_Edit