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

12 3 4 5

  /external/sepolicy/
property_contexts 12 persist.radio u:object_r:radio_prop:s0
  /external/webkit/Source/WebCore/html/
InputType.h 271 const AtomicString& radio();
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 (and so moves
90 // Look for more radio buttons.
111 // If an unselected radio is tabbed into (because the entire group has nothing
120 // When using Spatial Navigation, every radio button should be focusable.
124 // Never allow keyboard tabbing to leave you in the same radio group. Always
145 // Don't send a change event for a radio button that's getting unchecked.
155 // We want radio groups to end up in sane states, i.e., to have something checked
    [all...]
InputType.cpp 94 map->add(InputTypeNames::radio(), RadioInputType::create);
739 const AtomicString& radio() function in namespace:WebCore::InputTypeNames
741 DEFINE_STATIC_LOCAL(AtomicString, name, ("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/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement02.js 79 the element when the type attribute has the value checkbox or radio.
HTMLInputElement21.js 78 HTMLInputElement.click should change the state of checked on a radio button.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement02.js 79 the element when the type attribute has the value checkbox or radio.
HTMLInputElement21.js 78 HTMLInputElement.click should change the state of checked on a radio button.
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 121 static const QString prefix = QLatin1String("$qt-maemo5-") + QLatin1String(metaObject()->className()) + QLatin1String("-radio-");
169 QPixmap radio = findRadio(option->rect.size(), option->state & State_On, disabled); local
170 if (radio.isNull())
172 painter->drawPixmap(option->rect.x(), option->rect.y(), radio);
  /bionic/libc/kernel/common/linux/
videodev.h 231 int radio; member in struct:video_unit
  /development/ndk/platforms/android-3/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /external/chromium/chrome/browser/resources/options/
options.js 37 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
42 cr.ui.decorate('#content-settings-page input[type=radio]',
  /external/kernel-headers/original/linux/
videodev.h 202 int radio; /* Radio minor */ member in struct:video_unit
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 199 int radio; member in struct:video_unit
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
videodev.h 199 int radio; member in struct:video_unit
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit

Completed in 298 milliseconds

12 3 4 5