/external/chromium/chrome/browser/resources/options/ |
browser_options.html | 67 <div class="checkbox"> 70 metric="Options_Homepage_HomeButton" type="checkbox"> 74 <div class="checkbox"> 78 metric="ShowBookmarksBar" type="checkbox"> 92 <div class="checkbox" id="instantOption"> 95 <input type="checkbox" id="instantEnableCheckbox"
|
language_options.html | 54 <div id="spell-check-option" class="checkbox"> 57 metric="Options_SpellCheck" type="checkbox"> 61 <div id="auto-spell-correction-option" class="hidden" class="checkbox"> 65 metric="Options_AutoSpellCorrection" type="checkbox">
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_main_container_unittest.mm | 87 // Ensure the default state of the "Save in Chrome" checkbox is controlled by 107 // Tests that the checkbox is only visible if the delegate allows it. 113 NSButton* checkbox = [container_ saveInChromeCheckboxForTesting]; 115 ASSERT_TRUE(checkbox); 118 EXPECT_TRUE([checkbox isHidden]); 121 EXPECT_FALSE([checkbox isHidden]);
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
media_galleries_dialog_views.h | 21 class Checkbox; 67 typedef std::map<MediaGalleryPrefId, views::Checkbox*> CheckboxMap; 68 typedef std::map<views::Checkbox*, MediaGalleryPrefInfo> NewCheckboxMap; 72 // Adds a checkbox or updates an existing checkbox. Returns true if a new one 91 // A map from media gallery ID to views::Checkbox view.
|
/frameworks/base/docs/html/sdk/ |
download.jd | 10 !document.getElementById('checkbox').checked; 16 if (document.getElementById('checkbox').checked) { 23 document.getElementById('checkbox').disabled=true; 45 <input type="checkbox" id="checkbox" onclick="verify()" /> 46 <label for="checkbox">I agree to the terms of the Android SDK License Agreement.</label>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample7-expected-extract7.diff | 15 - <CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:layout_width="wrap_content" android:layout_height="wrap_content"></CheckBox> 54 + <CheckBox 58 + android:text="CheckBox" > 59 + </CheckBox>
|
sample1a-expected-changeView1.xml | 7 <CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:layout_width="wrap_content" android:layout_height="wrap_content"></CheckBox>
|
sample1a.xml | 7 <CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:layout_width="wrap_content" android:layout_height="wrap_content"></CheckBox>
|
sample1b.xml | 27 <CheckBox 29 android:text="CheckBox" 31 android:layout_height="wrap_content"></CheckBox>
|
sample2-expected-changeLayout2.xml | 44 <CheckBox 50 android:text="CheckBox" > 51 </CheckBox>
|
sample2-expected-changeView2.xml | 8 <CheckBox android:layout_width="wrap_content" android:layout_below="@+id/button4" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="CheckBox" android:layout_toLeftOf="@+id/button4"></CheckBox>
|
sample2-expected-extract3.xml | 8 <CheckBox android:layout_width="wrap_content" android:layout_below="@+id/button4" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="CheckBox" android:layout_toLeftOf="@+id/button4"></CheckBox>
|
sample2-expected-gridLayout2.xml | 43 <CheckBox 50 android:text="CheckBox" > 51 </CheckBox>
|
sample2.xml | 8 <CheckBox android:layout_width="wrap_content" android:layout_below="@+id/button4" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="CheckBox" android:layout_toLeftOf="@+id/button4"></CheckBox>
|
sample7.xml | 15 <CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:layout_width="wrap_content" android:layout_height="wrap_content"></CheckBox>
|
/external/chromium/chrome/browser/ui/views/ |
uninstall_view.h | 15 class Checkbox; 52 views::Checkbox* delete_profile_; 53 views::Checkbox* change_default_browser_;
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
export_view.html | 26 <input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes> 27 <label for=export-view-privacy-stripping-checkbox>
|
/external/chromium_org/chrome/browser/ui/views/ |
uninstall_view.h | 19 class Checkbox; 61 views::Checkbox* delete_profile_; 62 views::Checkbox* change_default_browser_;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Checkbox.js | 30 WebInspector.Checkbox = function(label, className, tooltip) 34 this._inputElement.type = "checkbox"; 43 WebInspector.Checkbox.prototype = {
|
/external/chromium_org/ui/views/examples/ |
text_example.cc | 12 #include "ui/views/controls/button/checkbox.h" 70 // Toggles bit |flag| on |flags| based on state of |checkbox|. 71 void SetFlagFromCheckbox(Checkbox* checkbox, int* flags, int flag) { 72 if (checkbox->checked()) 163 Checkbox* TextExample::AddCheckbox(GridLayout* layout, const char* name) { 164 Checkbox* checkbox = new Checkbox(ASCIIToUTF16(name)); local 165 checkbox->set_listener(this) [all...] |
/external/robolectric/src/test/resources/res/layout/ |
main.xml | 56 <CheckBox android:id="@+id/true_checkbox" android:checked="true"/> 57 <CheckBox android:id="@+id/false_checkbox" android:checked="false"/> 58 <CheckBox android:id="@+id/default_checkbox"/>
|
/frameworks/base/docs/html/design/building-blocks/ |
switches.jd | 2 page.tags="switch","checkbox","radiobutton","button" 12 <a class="notice-developers" href="{@docRoot}guide/topics/ui/controls/checkbox.html"> 19 <p>Checkboxes allow the user to select multiple options from a set. Avoid using a single checkbox to
|
/frameworks/base/tests/BatteryWaster/res/layout/ |
battery_waster.xml | 23 <CheckBox android:id="@+id/checkbox" 34 <CheckBox android:id="@+id/checkbox_wake"
|
/packages/apps/Settings/res/layout/ |
preference_settings_checkbox_widget.xml | 42 <!-- CheckBox --> 43 <CheckBox xmlns:android="http://schemas.android.com/apk/res/android" 44 android:id="@+android:id/checkbox"
|
/external/chromium_org/chrome/browser/ui/gtk/ |
protocol_dialog_gtk.cc | 75 // Add the checkbox. 95 bool checkbox = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(checkbox_)); local 97 delegate_->DoAccept(delegate_->url(), checkbox); 101 delegate_->DoCancel(delegate_->url(), checkbox);
|