HomeSort by relevance Sort by last modified time
    Searched refs:radio2 (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 41 var radio2 = chrome.contextMenus.create({"title": "Radio 2", "type": "radio", variable
43 console.log("radio1:" + radio1 + " radio2:" + radio2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 333 Button radio2 = new Button(content, SWT.RADIO); local
334 radio2.setText(String.format("Create a new element in the selected element, %1$s.",
340 radio2.setSelection(true);
351 radio2.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 382 Button radio2 = new Button(top, SWT.RADIO); local
383 radio2.setText("Launch a new Android Virtual Device");

Completed in 63 milliseconds