Home
last modified time | relevance | path

Searched refs:ListBox (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp89 m_Type = ListBox; in SyncFieldFlags()
150 case CPDF_FormField::ListBox: { in ResetField()
241 case ListBox: in GetFieldType()
383 case ListBox: { in SetValue()
517 if (GetType() == ListBox) { in ClearSelection()
530 if (GetType() == ListBox) { in ClearSelection()
545 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected()
594 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection()
601 if (GetType() == ListBox) { in SetItemSelection()
614 if (m_Type == ListBox) { in SetItemSelection()
[all …]
Ddoc_form.cpp1367 …F_FormField::PushButton || iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) { in CheckRequiredFields()
1546 …if ((eType == CPDF_FormField::ListBox || eType == CPDF_FormField::ComboBox) && pFieldDict->KeyExis… in FDF_ImportField()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1038 ListBox, enumerator
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py94 self.ctrls[Text] = wx.ListBox(panel, Id, pos=(Col, Row), size=Len)