Searched defs:combo (Results 1 - 25 of 25) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringComboPropertyEditor.java50 protected void addItems(Property property, CCombo3 combo) throws Exception { argument
52 combo.add(item);
57 protected void selectItem(Property property, CCombo3 combo) throws Exception { argument
58 combo.setText(getText(property));
62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { argument
H A DStringListPropertyEditor.java32 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index) argument
H A DAbstractComboBoxPropertyEditor.java144 protected abstract void addItems(Property property, CComboBox combo) throws Exception; argument
149 protected void selectItem(Property property, CComboBox combo) throws Exception { argument
155 protected abstract void toPropertyEx(Property property, CComboBox combo) throws Exception; argument
H A DAbstractComboPropertyEditor.java47 // create combo
129 protected abstract void addItems(Property property, CCombo3 combo) throws Exception; argument
134 protected abstract void selectItem(Property property, CCombo3 combo) throws Exception; argument
139 protected abstract void toPropertyEx(Property property, CCombo3 combo, int index) argument
H A DAbstractListPropertyEditor.java87 protected void addItems(Property property, CCombo3 combo) throws Exception { argument
89 combo.add(getTitle(i));
94 protected void selectItem(Property property, CCombo3 combo) throws Exception { argument
95 combo.setText(getText(property));
99 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { argument
107 toPropertyEx_simpleProperty(property, combo, index);
127 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index) argument
H A DEnumerationValuesPropertyEditor.java107 protected void addItems(Property property, CCombo3 combo) throws Exception { argument
109 combo.add(title);
114 protected void selectItem(Property property, CCombo3 combo) throws Exception { argument
115 combo.setText(getText(property));
119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { argument
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dtranslate_infobar_base_gtk.cc22 // To be able to map from language id <-> entry in the combo box, we
23 // store the language id in the combo box data model in addition to the
175 size_t TranslateInfoBarBase::GetLanguageComboboxActiveId(GtkComboBox* combo) { argument
177 if (!gtk_combo_box_get_active_iter(combo, &iter))
181 gtk_tree_model_get(gtk_combo_box_get_model(combo), &iter,
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp325 QComboBox* combo = new QComboBox(&dialog); local
326 combo->setSizeAdjustPolicy(QComboBox::AdjustToMinimumContentsLength);
327 combo->setEditable(true);
328 combo->insertItems(0, m_userAgentList);
329 layout->addWidget(combo);
331 int index = combo->findText(page()->customUserAgent());
332 combo->setCurrentIndex(index);
340 if (dialog.exec() && !combo->currentText().isEmpty())
341 page()->setCustomUserAgent(combo->currentText());
/external/dbus/tools/
H A Ddbus-viewer.c366 name_combo_changed_callback (GtkComboBox *combo, argument
371 if (gtk_combo_box_get_active_iter (combo, &iter))
376 model = gtk_combo_box_get_model (combo);
404 GtkWidget *combo; local
430 combo = gtk_combo_box_new_with_model (w->names_model);
433 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo), cell, TRUE);
434 gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo), cell,
438 gtk_box_pack_start (GTK_BOX (vbox), combo, FALSE, FALSE, 0); local
440 g_signal_connect (combo, "changed",
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java364 private JComboBox combo; field in class:TestCaseEditController.AbstractEditorPane
370 this.combo = comboBox;
380 this.add(combo, BorderLayout.NORTH);
/external/webkit/Source/WebCore/inspector/front-end/
H A DProfilesPanel.js164 // FIXME: Generate a single "combo-button".
626 // FIXME: Replace ProfileType-specific button visibility changes by a single ProfileType-agnostic "combo-button" visibility change.
741 var combo = ["U+004C", "U+0045", "U+0041", "U+004B", "U+005A"]; // "LEAKZ" variable
742 if (this._recognizeKeyboardCombo(combo, event)) {
748 _recognizeKeyboardCombo: function(combo, event)
752 if (event.keyIdentifier === combo[0])
754 } else if (event.keyIdentifier === combo[this._comboPosition]) {
755 if (++this._comboPosition === combo.length)
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp873 QComboBox* combo = new QComboBox(dialog); local
874 combo->setSizeAdjustPolicy(QComboBox::AdjustToMinimumContentsLength);
875 combo->setEditable(true);
876 combo->insertItems(0, items);
877 layout->addWidget(combo);
879 int index = combo->findText(page()->userAgentForUrl(QUrl()));
880 combo->setCurrentIndex(index);
890 if (dialog->exec() && !combo->currentText().isEmpty()) {
891 page()->setUserAgent(combo->currentText());
892 if (!items.contains(combo
[all...]
/external/webp/src/dsp/
H A Dlossless.c364 int combo[256]; local
371 combo[k] = accumulated[i][k] + tile[i][k];
373 retval += ShannonEntropy(&combo[0], 256);
681 int combo[256]; local
683 combo[i] = accumulated[i] + counts[i];
685 return ShannonEntropy(combo, 256) +
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp2678 QComboBox* combo = qobject_cast<QComboBox*>(webpopup); local
2679 QVERIFY(combo != 0);
2680 QTRY_VERIFY(!view.hasFocus() && combo->view()->hasFocus()); // Focus should be on the popup
2683 combo->hidePopup();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2394 milliseconds