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

  /external/lzma/CPP/Windows/Control/
ComboBox.h 23 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, index, 0); }
  /external/pdfium/xfa/fxfa/
cxfa_ffcombobox.cpp 63 pComboBox->SetCurSel(iSelArray.front());
192 pComboBox->SetCurSel(iSelArray.front());
194 pComboBox->SetCurSel(-1);
274 ToComboBox(m_pNormalWidget.get())->SetCurSel(bSelected ? nIndex : -1);
cxfa_ffdatetimeedit.cpp 64 pWidget->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay());
166 normalWidget->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay());
  /external/pdfium/xfa/fwl/
cfwl_datetimepicker.h 50 void SetCurSel(int32_t iYear, int32_t iMonth, int32_t iDay);
cfwl_combobox.h 64 void SetCurSel(int32_t iSel);
cfwl_datetimepicker.cpp 147 void CFWL_DateTimePicker::SetCurSel(int32_t iYear,
cfwl_combobox.cpp 217 void CFWL_ComboBox::SetCurSel(int32_t iSel) {
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 109 combo.SetCurSel(curSel);
218 _path.SetCurSel(0);
220 _path.SetCurSel(-1);
284 _path.SetCurSel(-1);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 223 _filterCombo.SetCurSel(0);

Completed in 377 milliseconds