Searched refs:GetSelect (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ComboBox.cpp | 81 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged() 98 int32_t nCurSel = pWnd->GetSelect(); in SaveData() 198 m_State.nIndex = pComboBox->GetSelect(); in SaveState() 290 nExport = pComboBox->GetSelect(); in GetSelectExportText()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_IconList.h | 64 int32_t GetSelect() const; 102 int32_t GetSelect() const;
|
D | PWL_ComboBox.h | 75 int32_t GetSelect() const;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_IconList.cpp | 274 int32_t CPWL_IconList_Content::GetSelect() const { in GetSelect() function in CPWL_IconList_Content 431 int32_t CPWL_IconList::GetSelect() const { in GetSelect() function in CPWL_IconList 432 return m_pListContent->GetSelect(); in GetSelect()
|
D | PWL_ListBox.cpp | 463 return m_pList->GetSelect(); in GetCurSel()
|
D | PWL_ComboBox.cpp | 244 int32_t CPWL_ComboBox::GetSelect() const { in GetSelect() function in CPWL_ComboBox
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_monthcalendar.h | 121 FX_BOOL GetSelect(int32_t& iYear,
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_monthcalendarimp.h | 32 virtual FX_BOOL GetSelect(int32_t& iYear,
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 547 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP() 551 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_monthcalendarimp.cpp | 36 FX_BOOL IFWL_MonthCalendar::GetSelect(int32_t& iYear, in GetSelect() function in IFWL_MonthCalendar 41 ->GetSelect(iYear, iMonth, iDay, nIndex); in GetSelect() 166 FX_BOOL CFWL_MonthCalendarImp::GetSelect(int32_t& iYear, in GetSelect() function in CFWL_MonthCalendarImp
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_list.h | 306 int32_t GetSelect() const override { return m_nSelItem; } in GetSelect() function
|
D | fx_edit.h | 539 virtual int32_t GetSelect() const = 0;
|