/external/chromium/chrome/browser/ui/views/infobars/ |
before_translate_infobar.cc | 21 accept_button_(NULL), 56 gfx::Size accept_button_size = accept_button_->GetPreferredSize(); 57 accept_button_->SetBounds(label_2_->bounds().right() + kEndOfLabelSpacing, 63 accept_button_->bounds().right() + kButtonButtonSpacing, 109 accept_button_ = CreateTextButton(this, 111 AddChildView(accept_button_); 152 (kEndOfLabelSpacing + accept_button_->GetPreferredSize().width()) + 166 if (sender == accept_button_) {
|
before_translate_infobar.h | 46 views::TextButton* accept_button_; member in class:BeforeTranslateInfoBar
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
before_translate_infobar.cc | 23 accept_button_(NULL), 55 gfx::Size accept_button_size = accept_button_->GetPreferredSize(); 56 accept_button_->SetBounds(label_2_->bounds().right() + kEndOfLabelSpacing, 62 accept_button_->bounds().right() + kButtonButtonSpacing, 111 accept_button_ = CreateLabelButton(this, 113 AddChildView(accept_button_); 154 (kEndOfLabelSpacing + accept_button_->GetPreferredSize().width()) + 170 if (sender == accept_button_) {
|
before_translate_infobar.h | 47 views::LabelButton* accept_button_; member in class:BeforeTranslateInfoBar
|
/external/chromium_org/chrome/browser/ui/views/ |
password_generation_bubble_view.cc | 132 accept_button_(NULL), 178 accept_button_ = new views::LabelButton( 181 accept_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); 182 AddChildView(accept_button_); 197 accept_button_->SetBounds( 220 if (sender == accept_button_) {
|
password_generation_bubble_view.h | 77 views::LabelButton* accept_button_; member in class:PasswordGenerationBubbleView
|
fullscreen_exit_bubble_views.cc | 53 views::LabelButton* accept_button() const { return accept_button_; } 57 views::LabelButton* accept_button_; member in class:__anon8772::ButtonView 65 : accept_button_(NULL), 67 accept_button_ = new views::LabelButton(listener, string16()); 68 accept_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); 69 accept_button_->set_focusable(false); 70 AddChildView(accept_button_);
|