Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.h59 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function
60 return m_pEdit->GetSelection(); in GetSelection()
Dcfwl_edit.h78 std::pair<size_t, size_t> GetSelection() const;
Dcfwl_edit.cpp197 std::pair<size_t, size_t> CFWL_Edit::GetSelection() const { in GetSelection() function in CFWL_Edit
198 return m_pEditEngine->GetSelection(); in GetSelection()
392 std::tie(sel_start, count) = m_pEditEngine->GetSelection(); in DrawContent()
1170 std::tie(sel_start, count) = m_pEditEngine->GetSelection(); in OnMouseMove()
1187 std::tie(start_idx, count) = m_pEditEngine->GetSelection(); in OnKeyDown()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp133 pEdit->GetSelection(nSelStart, nSelEnd); in GetActionData()
190 pEdit->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
Dcffl_textfield.cpp223 pWnd->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp343 void CPWL_EditCtrl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection() function in CPWL_EditCtrl
344 m_pEdit->GetSelection(nStartChar, nEndChar); in GetSelection()
Dcpwl_edit_ctrl.h32 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
Dcpwl_edit.cpp337 m_pEdit->GetSelection(nStart, nEnd); in GetSelectWordRange()
424 GetSelection(nSelStart, nSelEnd); in OnKeyDown()
498 GetSelection(nSelStart, nSelEnd); in OnChar()
Dcpwl_edit_impl.h333 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
Dcpwl_combo_box.cpp262 m_pEdit->GetSelection(nStartChar, nEndChar); in GetEditSelection()
Dcpwl_edit_impl.cpp715 void CPWL_EditImpl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection() function in CPWL_EditImpl
/external/pdfium/xfa/fde/
Dcfde_texteditengine.h154 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function
Dcfde_texteditengine_unittest.cpp298 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())