Searched
full:checkbox (Results
326 -
350 of
1201) sorted by null
<<11121314151617181920>>
/development/samples/Home/res/drawable/ |
favorite_background.xml | 3 /* //device/apps/common/res/drawable/checkbox.xml
|
/development/samples/Home/res/layout/ |
all_applications_button.xml | 27 <CheckBox
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
CustomRestrictionsActivity.java | 29 * shown: checkbox, single-choice, and multi-choice. When the settings are modified by the user,
|
MainActivity.java | 26 import android.widget.CheckBox; 49 // Checkbox to indicate whether custom or standard app restriction types are selected. 50 private CheckBox mCustomConfig; 65 mCustomConfig = (CheckBox) findViewById(R.id.custom_app_limits);
|
/development/samples/devbytes/graphics/ImagePixelization/res/menu/ |
image_pixelization.xml | 22 <item android:id="@+id/checkbox"
|
/development/samples/devbytes/ui/ListViewDeletion/res/layout/ |
activity_list_view_deletion.xml | 22 <CheckBox
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_observer.h | 51 // Set/get usage statistics reporting checkbox status on EULA screen.
|
/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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
JavascriptAppModalDialog.java | 15 import android.widget.CheckBox; 33 private CheckBox mSuppressCheckBox; 81 mSuppressCheckBox = (CheckBox) layout.findViewById(R.id.suppress_js_modal_dialogs); 172 // Display the checkbox for suppressing dialogs if necessary.
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_api_constants.cc | 31 const char kTypeCheckbox[] = "checkbox";
|
/external/chromium_org/chrome/browser/chromeos/options/ |
wifi_config_view.h | 27 class Checkbox; 157 // Enable/Disable "share this network" checkbox. 191 views::Checkbox* save_credentials_checkbox_; 192 views::Checkbox* share_network_checkbox_;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_eula.html | 19 <input id="usage-stats" type="checkbox">
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
proxy_settings.css | 36 html[highlight=strong] input[type='checkbox']:focus,
|
/external/chromium_org/chrome/browser/resources/options/ |
manage_profile_overlay.html | 72 <div id="create-shortcut-container" class="checkbox" hidden> 74 <input id="create-shortcut" type="checkbox"> 80 <div id="create-profile-managed-container" class="checkbox"> 82 <input id="create-profile-managed" type="checkbox">
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
l10n_util.h | 16 // checkbox, radio group or label: it gets a forced wrap at current size
|
/external/chromium_org/chrome/browser/ui/views/ |
uninstall_view.cc | 18 #include "ui/views/controls/button/checkbox.h" 75 delete_profile_ = new views::Checkbox( 104 change_default_browser_ = new views::Checkbox( 147 // Disable the browsers combobox if the user unchecks the checkbox.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/ |
options.html | 33 <td><span class=nowrap><input type=checkbox class=enabled checked>
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
tabs_api.html | 18 <input type="checkbox" jsvalues="checked:focused; id:'focused_' + id" /> Focused 19 <input type="checkbox" jsvalues="checked:current; id:'current_' + id" /> Current 43 <div><input type="checkbox" jsvalues="checked:selected; id:'selected_' + id" /> Selected</div> 91 <div><input type="checkbox" id="selected_new" /> Selected</div>
|
Completed in 651 milliseconds
<<11121314151617181920>>