HomeSort by relevance Sort by last modified time
    Searched refs:GetSelection (Results 1 - 15 of 15) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_datetimepicker.h 57 std::pair<size_t, size_t> GetSelection() const {
58 return m_pEdit->GetSelection();
cfwl_edit.h 78 std::pair<size_t, size_t> GetSelection() const;
cfwl_edit.cpp 298 std::pair<size_t, size_t> CFWL_Edit::GetSelection() const {
299 return m_EdtEngine.GetSelection();
483 std::tie(sel_start, count) = m_EdtEngine.GetSelection();
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_ctrl.h 30 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
cpwl_edit_ctrl.cpp 357 void CPWL_EditCtrl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const {
358 m_pEdit->GetSelection(nStartChar, nEndChar);
cpwl_edit.cpp 385 m_pEdit->GetSelection(nStart, nEnd);
478 GetSelection(nSelStart, nSelEnd);
552 GetSelection(nSelStart, nSelEnd);
cpwl_combo_box.cpp 239 m_pEdit->GetSelection(nStartChar, nEndChar);
cpwl_edit_impl.h 309 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
cpwl_edit_impl.cpp 689 void CPWL_EditImpl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const {
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 135 pEdit->GetSelection(nSelStart, nSelEnd);
206 pEdit->GetSelection(m_State.nStart, m_State.nEnd);
cffl_textfield.cpp 225 pWnd->GetSelection(m_State.nStart, m_State.nEnd);
  /external/pdfium/xfa/fxfa/
cxfa_fftextedit.cpp 310 std::tie(eParam.m_iSelStart, count) = pDateTime->GetSelection();
316 std::tie(eParam.m_iSelStart, eParam.m_iSelEnd) = pEdit->GetSelection();
  /external/pdfium/xfa/fde/
cfde_texteditengine.h 145 std::pair<size_t, size_t> GetSelection() const {
cfde_texteditengine_unittest.cpp 249 std::tie(start_idx, count) = engine()->GetSelection();
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 159 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())
    [all...]

Completed in 125 milliseconds