HomeSort by relevance Sort by last modified time
    Searched full:checkbox (Results 526 - 550 of 656) sorted by null

<<21222324252627

  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 52 import android.widget.CheckBox;
194 private CheckBox mIncludeQuotedTextCheckBox;
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 315 // checkbox item because we are going to put the extension icon next to it).
384 } else if (item->type() == ExtensionMenuItem::CHECKBOX) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/
a11y.html 413 <img src="images/a11y/standard-html-controls.png" width="550" height="350" alt="Screenshots and code for button, checkbox, radio, text, select/option, and link">
462 For example, a control with the role "checkbox"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 287 // return false - don't update checkbox until we're really active
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_host.cc 441 // Show a checkbox offering to suppress further messages if this message is
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 338 // Show the checkbox for sending malware details.
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 68 // The sync opt-in UI will show only registered types; a checkbox should
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 775 // being called while we set the checkbox.
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 699 views::Menu::CHECKBOX);
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 653 // #5 - System info checkbox.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
popup.html 108 Star it? <input type="checkbox" id="doc_starred">
  /external/libvpx/examples/includes/geshi/geshi/
abap.php 251 'as checkbox',
    [all...]
groovy.php 249 'CharSeqHelper', 'CharSeqHolder', 'Checkbox',
    [all...]
java.php 259 'CharSeqHelper', 'CharSeqHolder', 'Checkbox',
    [all...]
  /external/proguard/docs/
downloads.html 334 <li>Fixed wildcard bug and checkbox bugs in GUI.
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 622 // Else, if this is an ARIA checkbox or radio, respect the aria-checked attribute
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 119 // focus indicator is usually on the text next to a checkbox or radio button, but that doesn't
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp 225 // Use same sizing for radio box as checkbox.
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 170 webView->setHtml(QLatin1String("<body style=\"background-color: white\"><input type=range></input><input type=checkbox></input><input type=radio></input><input type=file></input></body>"));
  /frameworks/base/core/java/android/widget/
Switch.java 44 * or simply tap to toggle as if it were a checkbox. The {@link #setText(CharSequence) text}
  /frameworks/base/docs/html/guide/practices/design/
accessibility.jd 194 android.widget.EditText}, {@link android.widget.CheckBox}, and on any other input widgets that might
  /packages/apps/Browser/res/values/
strings.xml 352 <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] -->
419 <!-- Text on a checkbox in the "setup autofill" dialog which is shown to the user when they are prompted to set up the autofill feature.
420 The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] -->
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 267 // Update the checkbox of the item, based on which the user last
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 626 * - accept/refuse: toggle, update item checkbox
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 338 // and then the wipe-data checkbox

Completed in 752 milliseconds

<<21222324252627