/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.cc | 171 case RADIO: 333 type = MenuItemView::RADIO; 576 if (type_ == CHECKBOX || type_ == RADIO) 818 } else if (type_ == RADIO) { 1023 if ((type_ == CHECKBOX || type_ == RADIO) && icon_view_) { [all...] |
menu_item_view.h | 86 RADIO, 439 // Returns true if the menu has items with a checkbox or a radio button.
|
menu_win.cc | 432 if (type == RADIO)
|
/external/chromium_org/chrome/browser/extensions/ |
menu_manager_unittest.cc | 631 // Test that there is always only one radio item selected. 638 item1->set_type(MenuItem::RADIO); 647 item2->set_type(MenuItem::RADIO); 677 new_item->set_type(MenuItem::RADIO); 688 child1->set_type(MenuItem::RADIO); 691 child2->set_type(MenuItem::RADIO); 710 // |parent| will be seperating the two runs of radio items.
|
menu_manager.h | 81 RADIO, 216 // This should only be true for items of type CHECKBOX or RADIO. 325 // This is a helper function which takes care of de-selecting any other radio 329 // Make sure that there is only one radio item selected at once in any run. 330 // If there are no radio items selected, then the first item in the run 331 // will get selected. If there are multiple radio items selected, then only
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmulatorConfigTab.java | 180 // radio button for the target mode 190 mManualTargetButton = new Button(targetModeGroup, SWT.RADIO); 193 mAllDevicesTargetButton = new Button(targetModeGroup, SWT.RADIO); 213 // add the radio button 214 mAutoTargetButton = new Button(targetModeGroup, SWT.RADIO);
|
DeviceChooserDialog.java | 380 mDeviceRadioButton = new Button(top, SWT.RADIO); 402 // offset the selector from the radio button 468 Button radio2 = new Button(top, SWT.RADIO); 471 // offset the selector from the radio button
|
/frameworks/base/services/java/com/android/server/ |
BootReceiver.java | 105 .append("Radio: ").append(Build.RADIO).append("\n")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
ChooseAssetTypePage.java | 73 Button button = new Button(container, SWT.RADIO);
|
/external/libpcap/ |
grammar.c | 157 RADIO = 348, 261 #define RADIO 348 793 "METACONNECT", "VPI", "VCI", "RADIO", "FISU", "LSSU", "MSU", "SIO", [all...] |
grammar.y | 191 %token RADIO 375 | RADIO { $$ = Q_RADIO; }
|
scanner.l | 186 radio return RADIO;
|
scanner.c | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ProjectNamePage.java | 130 mCreateNewButton = new Button(container, SWT.RADIO); 137 mCreateSampleRadioButton = new Button(container, SWT.RADIO);
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.cc | 314 // Extensions are only allowed one top-level slot (and it can't be a radio or 357 // If last item was of type radio but the current one isn't, auto-insert 359 if (last_type == ExtensionMenuItem::RADIO && 360 item->type() != ExtensionMenuItem::RADIO) { 386 } else if (item->type() == ExtensionMenuItem::RADIO) { 388 last_type != ExtensionMenuItem::RADIO) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 224 // can result in multiple radio buttons), so we've have to replace all of 251 } else if ((style & SWT.RADIO) != 0) { 397 final ToolItem item = new ToolItem(mLayoutToolBar, SWT.RADIO);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 181 mTestRadioButton = new Button(comp, SWT.RADIO); 261 mTestContainerRadioButton = new Button(comp, SWT.RADIO); 560 // fix for Eclipse bug 66922 Wrong radio behaviour when switching 561 // remember the selected radio button [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 413 * Creates the radio button to switch between project and system resources. 417 mProjectButton = new Button(top, SWT.RADIO); 437 mSystemButton = new Button(top, SWT.RADIO); [all...] |
/external/qemu/android/ |
hw-events.h | 330 KEY_CODE(RADIO ,0x181) \
|
/build/core/ |
Makefile | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformanceResultsPreferencePage.java | 370 * Utility method that creates a radio button instance and sets the default 380 Button button = new Button(parent, SWT.RADIO | SWT.LEFT); [all...] |
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |