Searched refs:radio (Results 1 – 25 of 43) sorted by relevance
12
/external/webkit/WebCore/inspector/front-end/ |
D | audits.css | 254 .audit-launcher-view input[type="radio"] { 265 .audit-launcher-view input[type="radio"]:active:not(:disabled) { 269 .audit-launcher-view input[type="radio"]:checked:not(:disabled), .audit-launcher-view input[type="r…
|
D | SourceCSSTokenizer.re2js | 130 …"push-button", "radio", "read-only", "read-write", "read-write-plaintext-only", "red", "relative",…
|
/external/iproute2/etc/iproute2/ |
D | rt_realms | 11 #4 radio-msu
|
/external/qemu/android/utils/ |
D | debug.h | 21 _VERBOSE_TAG(radio, "emulated GSM AT Command channel") \
|
/external/webkit/WebCore/css/ |
D | html.css | 412 input[type="radio"], input[type="checkbox"] { 469 input[type="radio"] { 470 -webkit-appearance: radio; 603 input[type="radio"]:focus,
|
D | themeWin.css | 49 input[type="radio"] {
|
D | CSSValueKeywords.in | 554 radio
|
/external/qemu/android/ |
D | cmdline-options.h | 105 OPT_PARAM( radio, "<device>", "redirect radio modem interface to character device" )
|
D | main.c | 1965 if (opts->radio) { in main() 1967 args[n++] = opts->radio; in main() 1987 if (opts->radio) { in main() 1988 CharDriverState* cs = qemu_chr_open("radio",opts->radio,NULL); in main() 1991 "used -help-char-devices for list of available formats\n", opts->radio ); in main()
|
/external/webkit/WebCore/platform/mac/ |
D | ThemeMac.mm | 196 // FIXME: Share more code with radio buttons. 257 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 279 NSButtonCell *radioCell = radio(states, zoomedRect, zoomFactor); 544 …late the rect as needed to account for padding included in the cell to accommodate the radio button 546 NSCell *cell = radio(states, zoomedRect, zoomFactor);
|
/external/webkit/WebCore/platform/chromium/ |
D | ThemeChromiumMac.mm | 346 // FIXME: Share more code with radio buttons. 410 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 432 NSButtonCell *radioCell = radio(states, zoomedRect, zoomFactor); 679 …late the rect as needed to account for padding included in the cell to accommodate the radio button 681 NSCell *cell = radio(states, zoomedRect, zoomFactor);
|
/external/kernel-headers/original/linux/ |
D | videodev.h | 202 int radio; /* Radio minor */ member
|
/external/qemu/distrib/ |
D | README | 31 network conditions of radio networks.
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | cssvalues.in | 227 radio
|
/external/libpcap/ |
D | scanner.l | 186 radio return RADIO;
|
D | CHANGES | 23 Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header 271 - Support Metricom radio packets under Linux. Thanks to Kevin Lai
|
D | wlan_filtering.patch | 47 + * radio information.
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 123 a host modem device with the -radio <device> option. Otherwise,
|
/external/qemu/telephony/ |
D | android_modem.c | 36 # define R_ACTIVE VERBOSE_CHECK(radio)
|
/external/wpa_supplicant/ |
D | ChangeLog | 200 avoid conflicts with two programs trying to control the radio; WZC 751 * driver_ndis: enable radio before starting scanning, disable radio
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebViewFactory.mm | 610 …return UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked…
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | ChangeLog | 347 avoid conflicts with two programs trying to control the radio; WZC 898 * driver_ndis: enable radio before starting scanning, disable radio
|
/external/webkit/WebKit/English.lproj/ |
D | Localizable.strings | 739 /* Verb stating the action that will occur when a radio button is clicked, as used by accessibility…
|
/external/bluetooth/bluez/ |
D | ChangeLog | 10 Add support for following the radio state via Maemo's MCE. 810 Add generic CSR radio test support.
|
/external/webkit/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 1517 // radio groups return the selected radio button as the AXValue
|
12