Searched refs:GetSelection (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_datetimepicker.h | 57 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function 58 return m_pEdit->GetSelection(); in GetSelection()
|
D | cfwl_edit.h | 78 std::pair<size_t, size_t> GetSelection() const;
|
D | cfwl_edit.cpp | 298 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/ |
D | cffl_combobox.cpp | 135 pEdit->GetSelection(nSelStart, nSelEnd); in GetActionData() 206 pEdit->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
|
D | cffl_textfield.cpp | 225 pWnd->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 357 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()
|
D | cpwl_edit_ctrl.h | 30 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
|
D | cpwl_edit.cpp | 385 m_pEdit->GetSelection(nStart, nEnd); in GetSelectWordRange() 478 GetSelection(nSelStart, nSelEnd); in OnKeyDown() 552 GetSelection(nSelStart, nSelEnd); in OnChar()
|
D | cpwl_edit_impl.h | 309 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
|
D | cpwl_combo_box.cpp | 239 m_pEdit->GetSelection(nStartChar, nEndChar); in GetEditSelection()
|
D | cpwl_edit_impl.cpp | 689 void CPWL_EditImpl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection() function in CPWL_EditImpl
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fftextedit.cpp | 310 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/ |
D | cfde_texteditengine.h | 145 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function
|
D | cfde_texteditengine_unittest.cpp | 249 std::tie(start_idx, count) = engine()->GetSelection(); in TEST_F()
|
/external/sonivox/jet_tools/JetCreator/ |
D | 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())
|