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

  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 39 var radio1 = chrome.contextMenus.create({"title": "Radio 1", "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 329 Button radio1 = new Button(content, SWT.RADIO); local
330 radio1.setText(String.format("Create a new element at the top level, in %1$s.",
339 radio1.setSelection(false);
343 radio1.addSelectionListener(new SelectionAdapter() {

Completed in 16 milliseconds