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

  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 33 // Create some radio items.
35 console.log("radio item " + info.menuItemId +
39 var radio1 = chrome.contextMenus.create({"title": "Radio 1", "type": "radio",
41 var radio2 = chrome.contextMenus.create({"title": "Radio 2", "type": "radio",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 33 // Create some radio items.
35 console.log("radio item " + info.menuItemId +
39 var radio1 = chrome.contextMenus.create({"title": "Radio 1", "type": "radio",
41 var radio2 = chrome.contextMenus.create({"title": "Radio 2", "type": "radio",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 8 console.log("radio item " + info.menuItemId +
47 // Create some radio items.
48 chrome.contextMenus.create({"title": "Radio 1", "type": "radio",
50 chrome.contextMenus.create({"title": "Radio 2", "type": "radio",
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 32 MISSING_RADIO_BUTTON_NAME: 'Radio button $1 is missing the name property',
33 MISSING_RADIO_BUTTON_VALUE: 'Radio button $1 is missing the value property',
116 * Ensure that radio and checkbox buttons have consistent layout.
121 var query = 'input[type=checkbox], input[type=radio]';
145 * Each radio button requires name and value properties.
148 var elements = document.querySelectorAll('input[type=radio]');
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 66 milliseconds