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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/extensions/
extension_accessibility_api_constants.cc 33 const char kTypeCheckbox[] = "checkbox";
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.h 11 // checkbox in the prefs.
  /external/chromium/chrome/browser/resources/chromeos/
proxy_settings.js 19 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
  /external/chromium/chrome/browser/resources/options/chromeos/
system_options.js 59 * Set the initial state of the accessibility checkbox.
  /external/chromium/chrome/browser/resources/options/
content_settings.html 20 <div class="checkbox">
23 pref="profile.block_third_party_cookies" type="checkbox">
27 <div class="checkbox">
30 pref="profile.clear_site_data_on_exit" type="checkbox">
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller_unittest.mm 37 // Flip a checkbox, see it filtered, flip back, all is fine.
l10n_util.h 16 // checkbox, radio group or label: it gets a forced wrap at current size
  /external/chromium/chrome/browser/ui/views/
uninstall_view.cc 17 #include "views/controls/button/checkbox.h"
64 delete_profile_ = new views::Checkbox(
86 change_default_browser_ = new views::Checkbox(UTF16ToWide(
130 // Disable the browsers combobox if the user unchecks the checkbox.
  /external/webkit/Source/WebCore/manual-tests/
DOMContextMenuEvent.html 50 <div><input type="checkbox" value="1" name="swallow_context" id="swallow_context"> Prevent default context menu</div>
  /external/webkit/Tools/TestResultServer/templates/
uploadform.html 26 <div><input class=button type="checkbox" name="incremental">Incremental results, merge with server file.</div>
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 26 import android.widget.CheckBox;
42 private CheckBox mCheckBox;
136 // Depending on whether its exclusive check or not, the checkbox or
254 (CheckBox) inflater.inflate(com.android.internal.R.layout.list_menu_item_checkbox,
  /frameworks/base/packages/WAPPushManager/tests/res/layout/
main.xml 133 <CheckBox
141 </CheckBox>
142 <CheckBox
151 </CheckBox>
  /packages/apps/Browser/res/layout/
setup_autofill_dialog.xml 33 <CheckBox android:id="@+id/setup_autofill_dialog_disable_autofill"
  /packages/apps/Contacts/res/layout/
favorites_star.xml 24 <CheckBox
set_primary_checkbox.xml 25 <CheckBox
  /packages/apps/Mms/res/layout/
delete_thread_dialog_view.xml 28 <CheckBox android:id="@+id/delete_locked"
  /packages/apps/Settings/res/layout/
bluetooth_pb_access.xml 39 <CheckBox android:id="@+id/bluetooth_pb_remember_choice"
remember_dock_setting.xml 17 <CheckBox
  /packages/apps/Settings/res/values/
bools.xml 20 <!-- Whether there is a silent mode checkbox -->
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 75 public WifiApEnabler(Context context, CheckBoxPreference checkBox) {
77 mCheckBox = checkBox;
78 mOriginalSummary = checkBox.getSummary();
79 checkBox.setPersistent(false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 74 // Add a listener which fires whenever the checkbox for the custom formatter
81 Button checkbox = editor.getChangeControl(parent); local
82 checkbox.addSelectionListener(new SelectionAdapter() {
143 * Overridden solely so that I can get access to the checkbox button to listen to
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 8 <CheckBox />
completion1-expected-completion12.txt 8 <CheckBox />
completion9-expected-completion64.txt 8 <CheckBox />
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 25 import android.widget.CheckBox;
112 CheckBox mAddMayoCheckbox;
113 CheckBox mAddTomatoCheckbox;
131 mAddMayoCheckbox = (CheckBox) findViewById(R.id.mayo);
132 mAddTomatoCheckbox = (CheckBox) findViewById(R.id.tomato);
199 // As with the checkbox listeners, rewrite the
211 Log.v(TAG, "Checkbox toggled: " + buttonView);

Completed in 1785 milliseconds

1 2 3 4 5 6 7 891011>>