Searched refs:GetSel (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_combobox.cpp | 138 pEdit->GetSel(nSelStart, nSelEnd); in GetActionData() 209 pEdit->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
|
D | cffl_textfield.cpp | 227 pWnd->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_EditCtrl.h | 40 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const;
|
D | PWL_Edit.cpp | 481 m_pEdit->GetSel(nStart, nEnd); in GetSelectWordRange() 618 GetSel(nSelStart, nSelEnd); in OnKeyDown() 687 GetSel(nSelStart, nSelEnd); in OnChar()
|
D | PWL_EditCtrl.cpp | 368 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()
|
D | PWL_ComboBox.cpp | 250 m_pEdit->GetSel(nStartChar, nEndChar); in GetEditSel()
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.h | 401 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const;
|
D | fxet_edit.cpp | 1001 void CFX_Edit::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { in GetSel() function in CFX_Edit
|