Searched refs:GetSelection (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_datetimepicker.h | 59 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function 60 return m_pEdit->GetSelection(); in GetSelection()
|
D | cfwl_edit.h | 78 std::pair<size_t, size_t> GetSelection() const;
|
D | cfwl_edit.cpp | 197 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/ |
D | cffl_combobox.cpp | 133 pEdit->GetSelection(nSelStart, nSelEnd); in GetActionData() 190 pEdit->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
|
D | cffl_textfield.cpp | 223 pWnd->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 343 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()
|
D | cpwl_edit_ctrl.h | 32 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
|
D | cpwl_edit.cpp | 337 m_pEdit->GetSelection(nStart, nEnd); in GetSelectWordRange() 424 GetSelection(nSelStart, nSelEnd); in OnKeyDown() 498 GetSelection(nSelStart, nSelEnd); in OnChar()
|
D | cpwl_edit_impl.h | 333 void GetSelection(int32_t& nStartChar, int32_t& nEndChar) const;
|
D | cpwl_combo_box.cpp | 262 m_pEdit->GetSelection(nStartChar, nEndChar); in GetEditSelection()
|
D | cpwl_edit_impl.cpp | 715 void CPWL_EditImpl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection() function in CPWL_EditImpl
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.h | 154 std::pair<size_t, size_t> GetSelection() const { in GetSelection() function
|
D | cfde_texteditengine_unittest.cpp | 298 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())
|