Searched refs:ok_button_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dconfirm_infobar.cc23 ok_button_(NULL),
41 if (ok_button_ != NULL) {
42 gfx::Size ok_size = ok_button_->GetPreferredSize();
43 ok_button_->SetBounds(button_x, OffsetY(ok_size), ok_size.width(),
71 ok_button_ = CreateTextButton(this,
74 AddChildView(ok_button_);
99 if ((ok_button_ != NULL) && sender == ok_button_) {
113 if (ok_button_ != NULL) {
114 width += kEndOfLabelSpacing + ok_button_
[all...]
H A Dconfirm_infobar.h41 views::TextButton* ok_button_; member in class:ConfirmInfoBar
/external/chromium/chrome/browser/chromeos/login/
H A Dcaptcha_view.cc84 ok_button_(NULL) {
110 size.set_height(size.height() + ok_button_->GetPreferredSize().height());
145 DCHECK(sender == ok_button_);
194 ok_button_ = new WideTextButton(
196 ok_button_->set_alignment(views::TextButton::ALIGN_CENTER);
197 ok_button_->SetFocusable(true);
198 ok_button_->SetNormalHasBorder(true);
199 ok_button_->set_animate_on_state_change(false);
200 ok_button_->SetEnabledColor(SK_ColorBLACK);
201 ok_button_
[all...]
H A Duser_image_view.cc61 ok_button_(NULL),
87 ok_button_ = new login::WideButton(
89 ok_button_->SetEnabled(false);
163 layout->AddView(ok_button_);
196 if (sender == ok_button_) {
211 ok_button_->SetEnabled(false);
218 ok_button_->SetEnabled(true);
219 ok_button_->RequestFocus();
232 ok_button_->SetEnabled(true);
233 ok_button_
[all...]
H A Duser_image_view.h92 views::NativeButton* ok_button_; member in class:chromeos::UserImageView
H A Dcaptcha_view.h95 views::TextButton* ok_button_; member in class:chromeos::CaptchaView
/external/chromium/chrome/browser/ui/gtk/
H A Dedit_search_engine_dialog.h72 GtkWidget* ok_button_; member in class:EditSearchEngineDialog
H A Dedit_search_engine_dialog.cc95 ok_button_ = gtk_dialog_add_button(GTK_DIALOG(dialog_),
231 gtk_widget_set_sensitive(ok_button_,

Completed in 85 milliseconds