Home
last modified time | relevance | path

Searched refs:GetSelection (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.h57 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function
58 return m_pEdit->GetSelection(); in GetSelection()
Dcfwl_edit.h78 std::pair<size_t, size_t> GetSelection() const;
Dcfwl_edit.cpp298 std::pair<size_t, size_t> CFWL_Edit::GetSelection() const { in GetSelection() function in CFWL_Edit
299 return m_EdtEngine.GetSelection(); in GetSelection()
483 std::tie(sel_start, count) = m_EdtEngine.GetSelection(); in DrawContent()
1262 std::tie(sel_start, count) = m_EdtEngine.GetSelection(); in OnMouseMove()
1279 std::tie(start_idx, count) = m_EdtEngine.GetSelection(); in OnKeyDown()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp135 pEdit->GetSelection(nSelStart, nSelEnd); in GetActionData()
206 pEdit->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
Dcffl_textfield.cpp225 pWnd->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp357 void CPWL_EditCtrl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection() function in CPWL_EditCtrl
358 m_pEdit->GetSelection(nStartChar, nEndChar); in GetSelection()
Dcpwl_edit_ctrl.h30 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
Dcpwl_edit.cpp385 m_pEdit->GetSelection(nStart, nEnd); in GetSelectWordRange()
478 GetSelection(nSelStart, nSelEnd); in OnKeyDown()
552 GetSelection(nSelStart, nSelEnd); in OnChar()
Dcpwl_edit_impl.h309 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
Dcpwl_combo_box.cpp239 m_pEdit->GetSelection(nStartChar, nEndChar); in GetEditSelection()
Dcpwl_edit_impl.cpp689 void CPWL_EditImpl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection() function in CPWL_EditImpl
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp310 std::tie(eParam.m_iSelStart, count) = pDateTime->GetSelection(); in OnTextChanged()
316 std::tie(eParam.m_iSelStart, eParam.m_iSelEnd) = pEdit->GetSelection(); in OnTextChanged()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.h145 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function
Dcfde_texteditengine_unittest.cpp249 std::tie(start_idx, count) = engine()->GetSelection(); in TEST_F()
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py159 … sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
164 … sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())