HomeSort by relevance Sort by last modified time
    Searched refs:accept_button_ (Results 1 - 2 of 2) sorted by null

  /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

Completed in 677 milliseconds