Searched refs:ComboBox (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 83 m_Type = ComboBox; in SyncFieldFlags() 127 case CPDF_FormField::ComboBox: { in ResetField() 227 case ComboBox: in GetFieldType() 332 case ComboBox: { in SetValue() 477 if (GetType() == ComboBox) { in ClearSelection() 490 if (GetType() == ComboBox) { in ClearSelection() 501 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected() 547 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection() 557 if (GetType() == ComboBox) { in SetItemSelection() 590 } else if (m_Type == ComboBox) { in SetItemSelection() [all …]
|
D | doc_form.cpp | 1184 if ((eType == CPDF_FormField::ListBox || eType == CPDF_FormField::ComboBox) && in FDF_ImportField()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | makefile | 47 $O\ComboBox.obj \
|
D | SFXWin.dsp | 527 SOURCE=..\..\..\Windows\Control\ComboBox.cpp 531 SOURCE=..\..\..\Windows\Control\ComboBox.h
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 249 …self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-MacOffset(),pos[1]), size=(w, -1), style=wx.CB_…
|
D | JetDialogs.py | 64 …self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Ls…
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 731 ComboBox, enumerator
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ultravnc-102-JavaViewer-ssl-etc.patch | 243 +System.out.println("ComboBox: Str '" + str + "'"); 266 +System.out.println("ComboBox: Add " + idx + " '" + drive[i/3] + "'"); 309 +System.out.println("ComboBox: C_drive index: " + C_drive); 313 +System.out.println("ComboBox: Other_drive index: " + O_drive);
|