HomeSort by relevance Sort by last modified time
    Searched full:radio (Results 176 - 200 of 1406) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
panelEnablerView.css 111 .panel-enabler-view input[type="radio"] {
123 .panel-enabler-view input[type="radio"]:active:not(:disabled) {
127 .panel-enabler-view input[type="radio"]:checked {
132 .panel-enabler-view input[type="radio"]:checked:active {
  /external/chromium_org/ui/views/controls/button/
radio_button.h 13 // A native themed class representing a radio button. This class does not use
  /external/sepolicy/
rild.te 1 # rild - radio interface layer daemon
  /frameworks/base/core/res/res/layout/
list_menu_item_radio.xml 18 android:id="@+id/radio"
  /frameworks/support/v7/appcompat/res/layout/
abc_list_menu_item_radio.xml 18 android:id="@+id/radio"
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_list_menu_item_radio.xml 18 android:id="@+id/radio"
  /device/htc/flounder/
init.flounder.rc 160 setprop ro.radio.noril true
169 mkdir /dev/socket/qmux_radio 0770 radio radio
180 mkdir /dev/socket/qmux_radio 0770 radio radio
274 group system radio
279 group system radio
  /external/chromium_org/chrome/browser/resources/options/
content_settings.js 78 var selector = '#content-settings-page input[type=radio][value=' +
79 (enabled ? 'allow' : 'block') + '].handler-radio';
85 * @param {Object} dict A mapping from radio groups to the checked value for
93 document.querySelector('input[type=radio][name=' + group + '][value=' +
95 var radios = document.querySelectorAll('input[type=radio][name=' +
123 * {String} askText The label for the ask radio button.
124 * {String} blockText The label for the block radio button.
options.js 53 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
59 cr.ui.decorate('#content-settings-page input[type=radio]:not(.handler-radio)',
61 cr.ui.decorate('#content-settings-page input[type=radio].handler-radio',
  /external/chromium_org/device/nfc/
nfc_adapter.h 48 // Called when the radio power state of the adapter |adapter| changes. If
49 // |powered| is true, the adapter radio is turned on, otherwise it's turned
109 // Indicates whether the adapter radio is powered.
118 // Requests a change to the adapter radio power. Setting |powered| to true
119 // will turn on the radio and false will turn it off. On success, |callback|
121 // happen if the radio power is already in the requested state, or if the
131 // - The adapter radio is not powered.