Home
last modified time | relevance | path

Searched refs:ComboBox (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp84 m_Type = ComboBox; in SyncFieldFlags()
131 case CPDF_FormField::ComboBox: { in ResetField()
239 case ComboBox: in GetFieldType()
351 case ComboBox: { in SetValue()
517 if (GetType() == ComboBox) { in ClearSelection()
530 if (GetType() == ComboBox) { in ClearSelection()
542 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected()
591 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection()
601 if (GetType() == ComboBox) { in SetItemSelection()
637 } else if (m_Type == ComboBox) { in SetItemSelection()
[all …]
Ddoc_form.cpp1570 …if ((eType == CPDF_FormField::ListBox || eType == CPDF_FormField::ComboBox) && pFieldDict->KeyExis… in FDF_ImportField()
/external/chromium_org/tools/stats_viewer/
Dstats_viewer.Designer.cs45 this.comboBoxFilter = new System.Windows.Forms.ComboBox(); in InitializeComponent()
49 this.comboBoxInterval = new System.Windows.Forms.ComboBox(); in InitializeComponent()
372 private System.Windows.Forms.ComboBox comboBoxFilter;
375 private System.Windows.Forms.ComboBox comboBoxInterval;
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py249 …self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-MacOffset(),pos[1]), size=(w, -1), style=wx.CB_…
DJetDialogs.py64 …self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Ls…
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1084 ComboBox, enumerator