OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Radio
(Results
1 - 10
of
10
) sorted by null
/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
]';
146
* Each
radio
button requires name and value properties.
149
var elements = document.querySelectorAll('input[type=
radio
]');
/frameworks/base/core/java/android/provider/
MediaStore.java
185
* The name of the Intent-extra used to define the
radio
channel.
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_predicates.js
33
*
Radio
button.
35
* @return {?Node} Node in the array that is a
radio
button.
39
if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == '
radio
') ||
40
(nodes[i].tagName == 'INPUT' && nodes[i].type == '
radio
')) {
/frameworks/base/docs/html/guide/
guide_toc.cs
240
<span class="en">
Radio
Buttons</span>
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 84 milliseconds