Searched refs:GetSel (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ComboBox.cpp | 130 pEdit->GetSel(nSelStart, nSelEnd); in GetActionData() 201 pEdit->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
|
D | FFL_TextField.cpp | 226 pWnd->GetSel(m_State.nStart, m_State.nEnd); in SaveState()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 164 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()
|
D | PWL_EditCtrl.cpp | 394 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()
|
D | PWL_ComboBox.cpp | 268 m_pEdit->GetSel(nStartChar, nEndChar); in GetEditSel()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_EditCtrl.h | 67 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const;
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 284 virtual void GetSel(int32_t& nStartChar, int32_t& nEndChar) const = 0;
|
D | fxet_edit.h | 621 void GetSel(int32_t& nStartChar, int32_t& nEndChar) const override;
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 946 void CFX_Edit::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { in GetSel() function in CFX_Edit
|