Searched refs:ok_button_ (Results 1 – 8 of 8) sorted by relevance
84 ok_button_(NULL) { in CaptchaView()110 size.set_height(size.height() + ok_button_->GetPreferredSize().height()); in GetPreferredSize()145 DCHECK(sender == ok_button_); in ButtonPressed()194 ok_button_ = new WideTextButton( in Init()196 ok_button_->set_alignment(views::TextButton::ALIGN_CENTER); in Init()197 ok_button_->SetFocusable(true); in Init()198 ok_button_->SetNormalHasBorder(true); in Init()199 ok_button_->set_animate_on_state_change(false); in Init()200 ok_button_->SetEnabledColor(SK_ColorBLACK); in Init()201 ok_button_->SetHighlightColor(SK_ColorBLACK); in Init()[all …]
61 ok_button_(NULL), in UserImageView()87 ok_button_ = new login::WideButton( in Init()89 ok_button_->SetEnabled(false); in Init()163 layout->AddView(ok_button_); in InitLayout()196 if (sender == ok_button_) { in ButtonPressed()211 ok_button_->SetEnabled(false); in OnCapturingStarted()218 ok_button_->SetEnabled(true); in OnCapturingStopped()219 ok_button_->RequestFocus(); in OnCapturingStopped()232 ok_button_->SetEnabled(true); in OnImageSelected()233 ok_button_->RequestFocus(); in OnImageSelected()
92 views::NativeButton* ok_button_; variable
95 views::TextButton* ok_button_; variable
23 ok_button_(NULL), in ConfirmInfoBar()41 if (ok_button_ != NULL) { in Layout()42 gfx::Size ok_size = ok_button_->GetPreferredSize(); in Layout()43 ok_button_->SetBounds(button_x, OffsetY(ok_size), ok_size.width(), in Layout()71 ok_button_ = CreateTextButton(this, in ViewHierarchyChanged()74 AddChildView(ok_button_); in ViewHierarchyChanged()99 if ((ok_button_ != NULL) && sender == ok_button_) { in ButtonPressed()113 if (ok_button_ != NULL) { in ContentMinimumWidth()114 width += kEndOfLabelSpacing + ok_button_->GetPreferredSize().width(); in ContentMinimumWidth()
41 views::TextButton* ok_button_; variable
72 GtkWidget* ok_button_; variable
95 ok_button_ = gtk_dialog_add_button(GTK_DIALOG(dialog_), in Init()231 gtk_widget_set_sensitive(ok_button_, in EnableControls()