Home
last modified time | relevance | path

Searched defs:SetCurSel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DComboBox.h25 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, MY_int_TO_WPARAM(index), 0); } in SetCurSel() function
26 LRESULT SetCurSel(unsigned index) { return SendMsg(CB_SETCURSEL, index, 0); } in SetCurSel() function
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_datetimepicker.cpp131 void CFWL_DateTimePicker::SetCurSel(int32_t iYear, in SetCurSel() function in CFWL_DateTimePicker
H A Dcfwl_combobox.cpp134 void CFWL_ComboBox::SetCurSel(int32_t iSel) { in SetCurSel() function in CFWL_ComboBox