/packages/apps/Email/res/values/ |
uploader.xml | 229 <!-- Preference summary: checkbox to determine if battery recharging is required before uploading --> 235 <!-- Preference summary: checkbox to determine if WiFi/WiMAX must be available --> 295 <!-- Preference title: Enable CameraSync checkbox description [CHAR LIMIT=19]-->
|
strings.xml | 222 <!-- Do Not Translate. Checkbox label, shown only on debug screen --> 225 <!-- Do Not Translate. Checkbox label, shown only on debug screen --> 228 <!-- Do Not Translate. Checkbox label, shown only on debug screen --> 234 <!-- Do Not Translate. Checkbox label, shown on debug screen. --> 237 <!-- Do Not Translate. Checkbox label, shown on debug screen. --> 240 <!-- Do Not Translate. Checkbox label, shown on debug screen. --> 314 <!-- Label of checkbox to include original message in a forwarded/replied message [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
menus.jd | 501 <p>A menu can be useful as an interface for turning options on and off, using a checkbox for 507 display a checkbox or radio button. If you choose to make items in the Icon Menu checkable, 544 is here that you must set the state of the checkbox, because a checkbox or radio button does not 564 <p>If you don't set the checked state this way, then the visible state of the item (the checkbox or [all...] |
/external/chromium/webkit/glue/ |
webkit_strings.grd | 307 <message name="IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility."> 310 <message name="IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility."> 386 <message name="IDS_FORM_VALIDATION_VALUE_MISSING_CHECKBOX" desc="Heading or short sentence shown when a checkbox control in a web page requires to be checked, but the user didn't check it.">
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityObject.cpp | 913 { "checkbox", CheckBoxRole }, [all...] |
/external/chromium/chrome/browser/autofill/ |
address_field.cc | 377 // This text could be a checkbox label such as "same as my billing
|
/external/chromium/chrome/browser/resources/ |
network_menu.js | 237 this.autoConnectCheckbox.type = 'checkbox';
|
/external/libvpx/examples/includes/geshi/geshi/ |
nsis.php | 103 'all', 'alwaysoff', 'ARCHIVE', 'auto', 'both', 'bzip2', 'checkbox', 'components', 'current',
|
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditLauncherView.js | 153 element.type = "checkbox";
|
WebKit.qrc | 14 <file>Checkbox.js</file>
|
audits.css | 153 .audit-launcher-view input[type="checkbox"] {
|
TimelineOverviewPane.js | 343 checkElement.type = "checkbox"; 344 checkElement.className = "timeline-category-checkbox";
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeSafari.cpp | 267 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox 273 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox 281 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox 321 return box->marginTop() + box->height() - 2; // The baseline is 2px up from the bottom of the checkbox/radio in AppKit. [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebSearchableFormData.cpp | 131 // page, and varies depending upon the form element. For example, a checkbox is
|
/external/webkit/Source/WebKit/gtk/tests/ |
testatkroles.c | 41 #define HTML_CHECK_BOX "<html><body><input type='checkbox' />This is a test.</body></html>"
|
/packages/apps/Calendar/res/layout/ |
edit_event_1.xml | 258 <CheckBox
|
/packages/apps/Settings/res/layout/ |
wifi_config_preference.xml | 181 <CheckBox android:id="@+id/show_password"
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodAndSubtypeUtil.java | 217 // Once subtype checkbox is found, subtypeSet needs to be cleared.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
AndroidTypeRenameParticipant.java | 69 * The user can suppress refactoring by disabling the "Update references" checkbox
|
/development/tools/idegen/ |
idegen.ipr | 197 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> 200 <property name="text" value="CheckBox" />
|
/development/tools/idegen/templates/ |
android.ipr | 184 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> 187 <property name="text" value="CheckBox" />
|
/external/chromium/chrome/browser/chromeos/options/ |
wifi_config_view.cc | 20 #include "views/controls/button/checkbox.h" 773 save_credentials_checkbox_ = new views::Checkbox( [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
dataview.js | 112 * Depending on the value of the checkbox, enables or disables logging of 124 * Depending on the value of the checkbox, enables or disables stripping
|
/external/chromium/chrome/common/extensions/docs/static/ |
a11y.html | 68 alt="Screenshots and code for button, checkbox, radio, text, select/option, and link"> 118 For example, a control with the role "checkbox"
|
/external/guava/ |
guava.ipr | 196 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> 199 <property name="text" value="CheckBox" />
|