/external/chromium_org/ui/views/controls/button/ |
D | checkbox.cc | 16 const char Checkbox::kViewClassName[] = "Checkbox"; 18 Checkbox::Checkbox(const base::string16& label) in Checkbox() function in views::Checkbox 73 Checkbox::~Checkbox() { in ~Checkbox() 76 void Checkbox::SetChecked(bool checked) { in SetChecked() 81 void Checkbox::Layout() { in Layout() 93 const char* Checkbox::GetClassName() const { in GetClassName() 97 void Checkbox::GetAccessibleState(ui::AXViewState* state) { in GetAccessibleState() 104 void Checkbox::OnFocus() { in OnFocus() 109 void Checkbox::OnBlur() { in OnBlur() 114 const gfx::ImageSkia& Checkbox::GetImage(ButtonState for_state) { in GetImage() [all …]
|
D | checkbox.h | 18 class VIEWS_EXPORT Checkbox : public LabelButton { 22 explicit Checkbox(const base::string16& label); 23 virtual ~Checkbox(); 63 DISALLOW_COPY_AND_ASSIGN(Checkbox);
|
D | radio_button.cc | 19 : Checkbox(label) { in RadioButton() 90 Checkbox::SetChecked(checked); in SetChecked() 98 Checkbox::GetAccessibleState(state); in GetAccessibleState() 124 Checkbox::OnFocus(); in OnFocus()
|
/external/chromium_org/ui/views/examples/ |
D | text_example.h | 15 class Checkbox; variable 34 Checkbox* AddCheckbox(GridLayout* layout, const char* name); 65 Checkbox* multiline_checkbox_; 68 Checkbox* break_checkbox_; 71 Checkbox* halo_checkbox_; 74 Checkbox* bold_checkbox_; 77 Checkbox* italic_checkbox_; 80 Checkbox* underline_checkbox_;
|
D | table_example.h | 24 class Checkbox; variable 63 Checkbox* column1_visible_checkbox_; 64 Checkbox* column2_visible_checkbox_; 65 Checkbox* column3_visible_checkbox_; 66 Checkbox* column4_visible_checkbox_;
|
D | label_example.h | 16 class Checkbox; variable 59 Checkbox* multiline_; 60 Checkbox* shadows_;
|
D | table_example.cc | 44 column1_visible_checkbox_ = new Checkbox( in CreateExampleView() 48 column2_visible_checkbox_ = new Checkbox( in CreateExampleView() 52 column3_visible_checkbox_ = new Checkbox( in CreateExampleView() 56 column4_visible_checkbox_ = new Checkbox( in CreateExampleView()
|
D | checkbox_example.h | 13 class Checkbox; variable 32 Checkbox* button_;
|
D | multiline_example.h | 15 class Checkbox; variable 46 Checkbox* label_checkbox_;
|
D | text_example.cc | 53 void SetFlagFromCheckbox(Checkbox* checkbox, int* flags, int flag) { in SetFlagFromCheckbox() 121 Checkbox* TextExample::AddCheckbox(GridLayout* layout, const char* name) { in AddCheckbox() 122 Checkbox* checkbox = new Checkbox(base::ASCIIToUTF16(name)); in AddCheckbox()
|
/external/chromium_org/ash/shell/ |
D | widgets.cc | 45 views::Checkbox* checkbox_; 46 views::Checkbox* checkbox_disabled_; 47 views::Checkbox* checkbox_checked_; 48 views::Checkbox* checkbox_checked_disabled_; 59 checkbox_(new views::Checkbox(base::ASCIIToUTF16("Checkbox"))), in WidgetsWindow() 60 checkbox_disabled_(new views::Checkbox( in WidgetsWindow() 62 checkbox_checked_(new views::Checkbox( in WidgetsWindow() 64 checkbox_checked_disabled_(new views::Checkbox( in WidgetsWindow()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | create_application_shortcut_view.h | 32 class Checkbox; variable 77 views::Checkbox* AddCheckbox(const base::string16& text, bool checked); 86 views::Checkbox* desktop_check_box_; 87 views::Checkbox* menu_check_box_; 88 views::Checkbox* quick_launch_check_box_;
|
D | first_run_dialog.h | 15 class Checkbox; variable 43 views::Checkbox* make_default_; 44 views::Checkbox* report_crashes_;
|
D | uninstall_view.h | 19 class Checkbox; variable 59 views::Checkbox* delete_profile_; 60 views::Checkbox* change_default_browser_;
|
D | session_crashed_bubble_view.h | 18 class Checkbox; variable 122 views::Checkbox* uma_option_;
|
D | first_run_dialog.cc | 87 make_default_ = new views::Checkbox(l10n_util::GetStringUTF16( in FirstRunDialog() 93 report_crashes_ = new views::Checkbox(l10n_util::GetStringUTF16( in FirstRunDialog()
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | media_gallery_checkbox_view.h | 17 class Checkbox; variable 38 views::Checkbox* checkbox() { return checkbox_; } in checkbox() 44 views::Checkbox* checkbox_;
|
D | bookmark_app_bubble_view.h | 26 class Checkbox; variable 99 views::Checkbox* open_as_tab_checkbox_;
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | wimax_config_view.h | 21 class Checkbox; variable 82 views::Checkbox* save_credentials_checkbox_; 83 views::Checkbox* share_network_checkbox_;
|
D | wifi_config_view.h | 27 class Checkbox; variable 203 views::Checkbox* save_credentials_checkbox_; 204 views::Checkbox* share_network_checkbox_;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | Checkbox.js | 32 WebInspector.Checkbox = function(label, className, tooltip) class in WebInspector 42 WebInspector.Checkbox.prototype = {
|
/external/chromium_org/chrome/browser/first_run/ |
D | try_chrome_dialog_view.h | 22 class Checkbox; variable 123 views::Checkbox* make_default_;
|
/external/chromium_org/ui/views/controls/ |
D | message_box_view.h | 15 class Checkbox; variable 102 Checkbox* checkbox_;
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | profile_reset_bubble_view.h | 23 class Checkbox; variable 103 views::Checkbox* report_settings_checkbox;
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
D | multi_user_warning_dialog.cc | 51 scoped_ptr<views::Checkbox> no_show_checkbox_; 140 no_show_checkbox_.reset(new views::Checkbox( in InitDialog()
|