HomeSort by relevance Sort by last modified time
    Searched full:checkbox (Results 276 - 300 of 1201) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/resources/
bug_report.js 89 if ($('screenshot-checkbox').checked && selectedThumbnailId)
92 if (!$('page-url-checkbox').checked)
103 if ($('user-email-text') && $('sys-info-checkbox')) {
105 if (!$('user-email-checkbox').checked)
108 String($('sys-info-checkbox').checked)]);
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 31 MISSING_ID_OR_PREF: 'Missing id or pref preoperty for checkbox $1.',
116 * Ensure that radio and checkbox buttons have consistent layout.
121 var query = 'input[type=checkbox], input[type=radio]';
132 * Each checkbox requires an id or pref property.
135 var query = 'input[type=checkbox]:not([pref]):not([id])';
  /external/chromium_org/ui/views/examples/
table_example.cc 14 #include "ui/views/controls/button/checkbox.h"
42 column1_visible_checkbox_ = new Checkbox(
46 column2_visible_checkbox_ = new Checkbox(
50 column3_visible_checkbox_ = new Checkbox(
54 column4_visible_checkbox_ = new Checkbox(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 37 import android.widget.CheckBox;
46 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
50 private CheckBox mAlwaysUse;
85 // add "always use" checkbox
89 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
UsbPermissionActivity.java 38 import android.widget.CheckBox;
47 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
51 private CheckBox mAlwaysUse;
98 // add "always use" checkbox
102 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
  /packages/apps/Email/res/layout-sw600dp/
account_setup_options_common.xml 63 <CheckBox
79 <CheckBox
97 <CheckBox
115 <CheckBox
131 <CheckBox
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_table.js 318 var selectAll = self.querySelector('#select-all-checkbox');
465 * Update check and disable states of the 'Select all' checkbox.
466 * @param {HTMLInputElement} checkbox The checkbox. If not passed, using
470 FileTable.prototype.updateSelectAllCheckboxState_ = function(checkbox) {
472 checkbox.checked = this.dataModel.length > 0 &&
474 checkbox.disabled = this.dataModel.length == 0;
527 var checkBox = this.ownerDocument.createElement('input');
528 filelist.decorateSelectionCheckbox(checkBox, entry, this.list);
529 label.appendChild(checkBox);
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 28 import android.widget.CheckBox;
42 private CheckBox mShowInvisibleControl;
57 mShowInvisibleControl = (CheckBox) findViewById(R.id.showInvisible);
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.html 116 <input type="checkbox" onclick="setPrefValue(this.checked)" id="regularValue" /> Enable referrers
119 <input type="checkbox" onclick="setUseSeparateIncognitoSettings(this.checked)" id="useSeparateIncognitoSettings" /> Use separate setting for incognito mode:
121 <input type="checkbox" onclick="setPrefValue(this.checked, true)" id="incognitoValue" disabled="disabled"/> Enable referrers in incognito sessions
  /external/chromium-trace/trace-viewer/src/ui/
dom_helpers.js 111 buttonEl.type = 'checkbox';
124 var id = '#checkbox-' + nextCheckboxId++;
126 var spanEl = createSpan({className: 'labeled-checkbox'});
  /external/chromium_org/chrome/browser/resources/chromeos/
charger_replacement.css 57 .checkbox-label {
114 #not-order-charger-checkbox-strip {
146 #confirm-offline-order-checkbox-strip {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
conflict_dialog.js 28 * Checkbox to specify whether to apply the selection to all entries or not.
33 this.applyAllCheckbox_.id = 'conflict-confirm-dialog-apply-all-checkbox';
34 this.applyAllCheckbox_.type = 'checkbox';
  /external/chromium_org/chrome/browser/resources/net_internals/
capture_view.js 55 CaptureView.BYTE_LOGGING_CHECKBOX_ID = 'capture-view-byte-logging-checkbox';
56 CaptureView.LIMIT_CHECKBOX_ID = 'capture-view-limit-checkbox';
81 * Depending on the value of the checkbox, enables or disables logging of
  /external/chromium_org/chrome/browser/resources/
policy.css 80 div.show-unset-checkbox {
84 html[dir='rtl'] div.show-unset-checkbox {
174 :enabled:focus:-webkit-any(input[type='checkbox'],
  /packages/apps/Camera2/src/com/android/camera/ui/
CountdownTimerPopup.java 26 import android.widget.CheckBox;
46 private CheckBox mTimerSound;
97 mTimerSound = (CheckBox) findViewById(R.id.sound_check_box);
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 109 * TODO: We update the checkbox summary when we get notified
120 * Called when someone clicks on the checkbox preference.
134 // update database based on the current checkbox state
AllowBindAppWidgetActivity.java 31 import android.widget.CheckBox;
43 private CheckBox mAlwaysUse;
116 mAlwaysUse = (CheckBox) ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
OwnerInfoSettings.java 29 import android.widget.CheckBox;
41 private CheckBox mCheckbox;
71 mCheckbox = (CheckBox) mView.findViewById(R.id.show_owner_info_on_lockscreen_checkbox);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DebugSettings.java 60 final CheckBoxPreference checkbox = (CheckBoxPreference)usabilityStudyPref; local
61 checkbox.setChecked(prefs.getBoolean(PREF_USABILITY_STUDY_MODE,
63 checkbox.setSummary(R.string.settings_warning_researcher_mode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 55 // WorkingSetGroup is implemented in such a way that the checkbox it contains
61 // Or find the checkbox we want and trigger it manually.
92 * Finds the first button of style Checkbox in the given parent composite.
  /external/chromium_org/chrome/browser/resources/apps_debugger/
main.html 154 <div class="checkbox enable-checkbox" hidden>
156 <input type="checkbox">
157 <span class="enable-checkbox-text">
169 <input type="checkbox">
174 <input type="checkbox">
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.js 134 * Spoken feedback checkbox handler.
142 * Large cursor checkbox handler.
150 * High contrast mode checkbox handler.
158 * Screen magnifier checkbox handler.
166 * Sets usage statistics checkbox.
167 * @param {boolean} checked Is the checkbox checked?
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RotationAnimation.java 26 import android.widget.CheckBox;
43 ((CheckBox)findViewById(R.id.windowFullscreen)).setOnCheckedChangeListener(
  /development/samples/BackupRestore/res/layout/
backup_restore.xml 64 <CheckBox android:id="@+id/mayo"
70 <CheckBox android:id="@+id/tomato"
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.js 44 '#cbdContentArea input[type=checkbox]');
61 '#cbdContentArea input[type=checkbox]');

Completed in 236 milliseconds

<<11121314151617181920>>