HomeSort by relevance Sort by last modified time
    Searched refs:radio (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 175 GtkWidget* radio = local
181 gtk_box_pack_start(GTK_BOX(bubble_content), radio, FALSE, FALSE, 0); local
185 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(radio), TRUE);
187 radio_group_gtk_.push_back(radio);
300 NOTREACHED() << "unknown radio toggled";
  /external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
example.js 6 var radioEls = document.querySelectorAll('input[type="radio"]');
25 var divId = this.id.slice(5); // skip "radio"
  /device/lge/hammerhead/
device.mk 277 persist.radio.apm_sim_not_pwdn=1
283 persist.radio.mode_pref_nv10=1
287 persist.radio.snapshot_enabled=1 \
288 persist.radio.snapshot_timer=2
291 persist.radio.use_cc_names=true
304 persist.radio.custom_ecc=1
314 persist.radio.always_send_plmn=true
  /external/chromium_org/chrome/browser/resources/options/
options.js 52 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
58 cr.ui.decorate('#content-settings-page input[type=radio]:not(.handler-radio)',
60 cr.ui.decorate('#content-settings-page input[type=radio].handler-radio',
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 66 .right-column .radio {
71 .right-column .radio label {
76 .right-column .radio input[type='radio'] {
301 input[type='radio'],
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 18 input[type='radio'] {
76 input[type='radio'] {
132 input[type='radio']:checked::before {
149 input[type='radio'],
172 input[type='radio'],
209 [type='radio']) {
227 input[type='radio'],
274 /* Checkbox/radio helpers ******************************************************
276 * .checkbox and .radio classes wrap labels. Checkboxes and radios should use
287 :-webkit-any(.checkbox, .radio) label
    [all...]
  /external/chromium_org/ui/webui/resources/css/
widgets.css 16 input[type='radio'] {
75 input[type='radio'] {
134 input[type='radio']:checked::before {
151 input[type='radio'],
174 input[type='radio'],
211 [type='radio']) {
230 input[type='radio'],
277 /* Checkbox/radio helpers ******************************************************
279 * .checkbox and .radio classes wrap labels. Checkboxes and radios should use
290 :-webkit-any(.checkbox, .radio) label
    [all...]
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js 225 * The map containing the available TimeResolutions and the radio button to
237 * The map containing the available Aggregation Methods and the radio button
453 * radio buttons for the aggregation methods, and choose the first method
459 * }>} methods All aggregation methods needing radio buttons.
561 * the Time Resolutions and Aggregation Methods radio sections.
573 // Setup the Time Resolution radio buttons, and select the default option
767 * Generalized function to create radio buttons in a collection of
768 * |collectionName|, given a |div| into which the radio buttons are placed
769 * and a |optionMap| describing the radio buttons' options.
772 * 'option' field corresponds to the item which the radio button will b
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.c 50 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; local
57 property_get("ro.baseband", radio, "(unknown)");
70 printf("Radio: %s\n", radio);
117 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "threadtime", "-d", "*:v", NULL);
225 run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL);
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 158 NOTREACHED() << "unknown radio";
264 views::RadioButton* radio = new views::RadioButton(UTF8ToWide(*i), 0); local
265 radio->set_listener(this);
266 radio_group_.push_back(radio);
270 layout->AddView(radio);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RadioInputType.cpp 46 return InputTypeNames::radio;
73 // Left and up mean "previous radio button".
74 // Right and down mean "next radio button".
75 // Tested in WinIE, and even for RTL, left still means previous radio button
91 // Look for more radio buttons.
112 // If an unselected radio is tabbed into (because the entire group has nothing
124 // When using Spatial Navigation, every radio button should be focusable.
128 // Never allow keyboard tabbing to leave you in the same radio group. Always
143 // Don't send a change event for a radio button that's getting unchecked.
153 // We want radio groups to end up in sane states, i.e., to have something checked
    [all...]
  /external/qemu/android/
cmdline-options.h 112 OPT_PARAM( radio, "<device>", "redirect radio modem interface to character device" )
  /external/chromium_org/chrome/browser/resources/chromeos/
bluetooth_pair_device.js 31 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
proxy_settings.js 19 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
choose_mobile_network.js 29 '<input type="radio" name="network" id="network' + i + '" />' +
image_burner.js 195 var element = $('radio-' + path);
208 radioButton.type = 'radio';
211 radioButton.id = 'radio-' + device.devicePath;
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js 37 document.getElementById('radio' + i).addEventListener('click',
  /external/sepolicy/
property_contexts 12 persist.radio u:object_r:radio_prop:s0
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 248 views::RadioButton* radio = new views::RadioButton(UTF8ToUTF16(*i), 0); local
249 radio->SetEnabled(bubble_content.radio_group_enabled);
250 radio->set_listener(this);
251 radio_group_.push_back(radio);
253 layout->AddView(radio);
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 182 RadioButton radio; field in class:MusicPicker.TrackListAdapter.ViewHolder
222 vh.radio = (RadioButton) v.findViewById(R.id.radio);
272 vh.radio.setChecked(id == mSelectedId);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 185 int radio; /* Radio minor */ member in struct:video_unit
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 185 int radio; /* Radio minor */ member in struct:video_unit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 185 int radio; /* Radio minor */ member in struct:video_unit
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js 25 document.getElementById('radio'+i).addEventListener('click',
  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 267 RadioButton radio = (RadioButton) view.findViewById(R.id.home_radio); local
268 radio.setChecked(isChecked);

Completed in 1575 milliseconds

12 3 4 5 6 7