HomeSort by relevance Sort by last modified time
    Searched defs:checkbox_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
external_protocol_dialog_gtk.h 25 GtkWidget* checkbox_; member in class:ExternalProtocolDialogGtk
external_protocol_dialog_gtk.cc 92 checkbox_ = gtk_check_button_new_with_label(
94 gtk_box_pack_start(GTK_BOX(vbox), checkbox_, local
111 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(checkbox_))) {
  /external/chromium_org/chrome/browser/ui/gtk/
protocol_dialog_gtk.h 30 GtkWidget* checkbox_; member in class:ProtocolDialogGtk
protocol_dialog_gtk.cc 74 checkbox_ = gtk_check_button_new_with_label(
76 gtk_box_pack_start(GTK_BOX(vbox), checkbox_, local
93 bool checkbox = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(checkbox_));
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.h 22 base::scoped_nsobject<NSButton> checkbox_; variable
  /external/chromium_org/ui/views/controls/
message_box_view.h 114 Checkbox* checkbox_; member in class:views::MessageBoxView
  /external/chromium_org/ash/shell/
widgets.cc 45 views::Checkbox* checkbox_; member in class:__anon5948::WidgetsWindow
59 checkbox_(new views::Checkbox(ASCIIToUTF16("Checkbox"))),
77 AddChildView(checkbox_);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 330 views::Checkbox* checkbox_; // weak member in class:autofill::AutofillDialogViews::NotificationArea
autofill_dialog_views.cc 347 explicit NotificationView(const DialogNotification& data) : checkbox_(NULL) {
362 checkbox_ = checkbox.get();
388 return checkbox_;
394 if (checkbox_)
435 views::Checkbox* checkbox_; member in class:autofill::__anon8701::NotificationView
795 checkbox_(NULL) {
812 checkbox_ = NULL;
821 checkbox_ = view->checkbox();
826 if (checkbox_)
827 checkbox_->set_listener(this)
    [all...]
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 253 checkbox_(new views::Checkbox(string16())) {
257 checkbox_->SetChecked(notifier_->enabled);
258 checkbox_->set_listener(this);
259 checkbox_->set_focusable(false);
260 checkbox_->SetAccessibleName(notifier_->name);
261 AddChildView(checkbox_);
284 checkbox_->SetChecked(checked);
289 return checkbox_->checked();
300 DCHECK(button == checkbox_);
304 checkbox_->SetChecked(!checkbox_->checked())
314 views::Checkbox* checkbox_; member in class:message_center::NotifierSettingsView::NotifierButton
    [all...]

Completed in 289 milliseconds