Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/tko/
DExistingGraphsFrontend.java22 import com.google.gwt.user.client.ui.ListBox;
47 private ListBox singleBenchmark = new ListBox(false);
48 private ListBox multiBenchmark = new ListBox(true);
131 ListBox benchmark = getVisibleBenchmark(); in addToHistory()
154 ListBox benchmark = getVisibleBenchmark(); in handleHistoryArguments()
164 private ListBox getVisibleBenchmark() { in getVisibleBenchmark()
183 ListBox dest; in normalizeClicked()
184 ListBox src; in normalizeClicked()
217 ListBox benchmark = getVisibleBenchmark(); in refreshTests()
DSavedQueriesControl.java27 import com.google.gwt.user.client.ui.ListBox;
46 private ListBox queryList = new ListBox();
48 private QueryActionDialog<ListBox> deleteQueryDialog;
87 deleteQueryDialog = new QueryActionDialog<ListBox>(new ListBox(), in SavedQueriesControl()
102 private void fillQueryList(final ListBox list) { in fillQueryList()
DContentSelect.java19 import com.google.gwt.user.client.ui.ListBox;
39 private ListBox contentSelect = new ListBox(true);
DTestLabelManager.java20 import com.google.gwt.user.client.ui.ListBox;
39 private ListBox labelList = new ListBox();
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp88 m_Type = ListBox; in SyncFieldFlags()
145 case CPDF_FormField::ListBox: { in ResetField()
229 case ListBox: in GetFieldType()
361 case ListBox: { in SetValue()
474 if (GetType() == ListBox) { in ClearSelection()
487 if (GetType() == ListBox) { in ClearSelection()
501 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected()
547 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection()
554 if (GetType() == ListBox) { in SetItemSelection()
567 if (m_Type == ListBox) { in SetItemSelection()
[all …]
Ddoc_form.cpp1013 iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) { in CheckRequiredFields()
1184 if ((eType == CPDF_FormField::ListBox || eType == CPDF_FormField::ComboBox) && in FDF_ImportField()
/external/autotest/frontend/client/src/autotest/afe/
DLabelFilter.java10 import com.google.gwt.user.client.ui.ListBox;
15 private final ListBox platform;
24 platform = new ListBox(); in LabelFilter()
DUserPreferencesView.java21 import com.google.gwt.user.client.ui.ListBox;
39 private ListBox droneSet = new ListBox();
DAfeUtils.java21 import com.google.gwt.user.client.ui.ListBox;
387 public static void populateListBox(ListBox box, String staticDataKey) { in populateListBox()
402 public static void setSelectedItem(ListBox box, String item) { in setSelectedItem()
/external/autotest/frontend/client/src/autotest/common/ui/
DExtendedListBox.java6 import com.google.gwt.user.client.ui.ListBox;
8 public class ExtendedListBox extends ListBox implements SimplifiedList {
/external/autotest/frontend/client/src/autotest/common/table/
DListFilter.java9 import com.google.gwt.user.client.ui.ListBox;
13 protected ListBox select;
/external/autotest/frontend/client/src/autotest/public/
Dafeclient.css133 .gwt-ListBox, .filter-box {
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h730 ListBox, enumerator
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/theme/chrome/public/gwt/chrome/
Dchrome_rtl.css237 .gwt-ListBox {
Dchrome.css237 .gwt-ListBox {
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py94 self.ctrls[Text] = wx.ListBox(panel, Id, pos=(Col, Row), size=Len)