Searched refs:accept_button_ (Results 1 – 2 of 2) sorted by relevance
21 accept_button_(NULL), in BeforeTranslateInfoBar()56 gfx::Size accept_button_size = accept_button_->GetPreferredSize(); in Layout()57 accept_button_->SetBounds(label_2_->bounds().right() + kEndOfLabelSpacing, in Layout()63 accept_button_->bounds().right() + kButtonButtonSpacing, in Layout()109 accept_button_ = CreateTextButton(this, in ViewHierarchyChanged()111 AddChildView(accept_button_); in ViewHierarchyChanged()152 (kEndOfLabelSpacing + accept_button_->GetPreferredSize().width()) + in ContentMinimumWidth()166 if (sender == accept_button_) { in ButtonPressed()
46 views::TextButton* accept_button_; variable