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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win_unittest.cc 80 WebAccessibility checkbox; local
81 checkbox.id = 3;
82 checkbox.name = L"Checkbox";
83 checkbox.role = WebAccessibility::ROLE_CHECKBOX;
84 checkbox.state = 0;
92 root.children.push_back(checkbox);
  /external/chromium/chrome/browser/resources/options/
advanced_options.js 151 // Set the checked state of the metrics reporting checkbox.
198 // Set the prompt for download checkbox.
228 // Set the checked state for the sslCheckRevocation checkbox.
235 // Set the checked state for the sslUseSSL3 checkbox.
241 // Set the checked state for the sslUseTLS1 checkbox.
sync_setup_overlay.html 226 <input id="appsCheckbox" type="checkbox"
234 <input id="autofillCheckbox" type="checkbox"
242 <input id="bookmarksCheckbox" type="checkbox"
250 <input id="extensionsCheckbox" type="checkbox"
258 <input id="typedUrlsCheckbox" type="checkbox"
266 <input id="passwordsCheckbox" type="checkbox"
274 <input id="preferencesCheckbox" type="checkbox"
282 <input id="themesCheckbox" type="checkbox"
290 <input id="sessionsCheckbox" type="checkbox"
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsPermissionDialog.java 136 final Button checkbox = new Button(composite, SWT.CHECK); local
137 checkbox.setSelection(ALLOW_PING_DEFAULT);
138 checkbox.setText(CHECKBOX_TEXT);
139 checkbox.addSelectionListener(new SelectionAdapter() {
142 mAllowPing = checkbox.getSelection();
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 63 import android.widget.CheckBox;
603 final CheckBox checkbox = (CheckBox)convertView.findViewById(android.R.id.checkbox); local
608 // Handle normal group, with title and checkbox
610 checkbox.setVisibility(View.VISIBLE);
611 checkbox.setChecked(groupVisible);
618 checkbox.setVisibility(View.GONE);
707 final CheckBox checkbox = (CheckBox)view.findViewById(android.R.id.checkbox) local
    [all...]
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 31 #include "views/controls/button/checkbox.h"
388 views::Checkbox* CreateApplicationShortcutView::AddCheckbox(
390 views::Checkbox* checkbox = new views::Checkbox(text); local
391 checkbox->SetChecked(checked);
392 checkbox->set_listener(this);
393 return checkbox;
408 // When no checkbox is checked we should not have the action button enabled.
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_detail.html 49 <div class="checkbox">
51 <input id="autoConnectNetwork" type="checkbox">
83 <div class="checkbox">
85 <input id="showPlanNotifications" type="checkbox"
241 <div id="sim-pin-lock" class="checkbox">
243 <input id="sim-card-lock-enabled" type="checkbox">
proxy.html 20 <div class="checkbox">
22 <input id="proxyAllProtocols" type="checkbox"
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 156 var topicLists = document.getElementsByClassName('checkBox');
165 // Saves whether checkbox is checked or not.
211 // checkbox topic list from local storage is found.
234 var topicLists = document.getElementsByClassName('checkBox');
259 // Saves checkbox topics(if any).
275 * @param {String} id Id of checkbox checked or unchecked.
  /external/chromium/chrome/browser/chromeos/login/
eula_view.h 20 class Checkbox;
128 views::Checkbox* usage_statistics_checkbox_;
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.h 26 class Checkbox;
104 views::Checkbox* save_credentials_checkbox_;
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 130 .thumbnail-item > input[type="checkbox"] {
231 .file-checkbox {
237 li.thumbnail-item .file-checkbox {
241 li.table-row:hover .file-checkbox,
242 li.thumbnail-item:hover .file-checkbox {
246 .file-checkbox:hover,
247 li.table-row[selected] .file-checkbox,
248 li.thumbnail-item[selected] .file-checkbox {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 33 .checkBox {
75 body.rtl .checkBox, body.rtl .checkBoxTopic {
  /packages/apps/Email/res/layout/
account_setup_exchange_fragment.xml 64 <CheckBox
69 <CheckBox
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pEnabler.java 56 public WifiP2pEnabler(Context context, CheckBoxPreference checkBox) {
58 mCheckBox = checkBox;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java 100 SimpleElement e3 = new SimpleElement("android.view.CheckBox",
115 "{V=3,N=android.view.CheckBox,P=android.view.LinearLayout\n" +
173 SimpleElement e3 = new SimpleElement("android.view.CheckBox",
191 "{V=3,N=android.view.CheckBox,P=android.view.LinearLayout,R=-1 -2 -3 -4,Q=-1 -2 -3 -4\n" +
207 "{V=3,N=android.view.CheckBox,P=android.view.LinearLayout,R=-1 -2 -3 -4\n" +
215 "{V=3,N=android.view.CheckBox,P=android.view.LinearLayout,R=-1 -2 -3 -4,Q=-1 -2 -3 -4\n" +
258 e.addInnerElement(new SimpleElement("android.view.CheckBox", null, null, null));
261 new SimpleElement("android.view.CheckBox", null, null, null) },
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Controls1.java 31 * A gallery of basic controls: Button, EditText, RadioButton, Checkbox,
  /external/chromium/chrome/browser/ui/cocoa/
l10n_util.mm 41 // Decide it's a checkbox via showsStateBy and highlightsBy.
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
options.html 70 <input type="checkbox" name="isActivated" checked>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/views/
options.html 69 <input type="checkbox" id="multiCalendar" name="multiCalendar" onclick="save()" title="">
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
options.html 82 <input type="checkbox" name="participantAnnotated" checked>
  /external/webkit/Source/WebCore/html/
BaseCheckableInputType.h 38 // Base of checkbox and radio types.
HTMLDataGridCellElement.idl 35 attribute boolean checked; // The checked state of the column, assuming the type of the column is checkbox.
  /frameworks/base/core/res/res/layout/
always_use_checkbox.xml 27 <CheckBox
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_toggle_slider.xml 23 <CheckBox

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>