Home | History | Annotate | Download | only in notifications

Lines Matching refs:options_menu_button_

66         options_menu_button_(NULL) {
86 options_menu_button_
88 options_menu_button_->SetFont(rb.GetFont(ResourceBundle::SmallFont));
89 options_menu_button_->SetIcon(*rb.GetBitmapNamed(IDR_NOTIFICATION_MENU));
90 options_menu_button_->set_border(NULL);
92 options_menu_button_->set_icon_placement(views::TextButton::ICON_ON_RIGHT);
93 AddChildView(options_menu_button_);
96 gfx::Size options_size = options_menu_button_->GetPreferredSize();
100 options_menu_button_->SetBounds(
114 close_button_->bounds().Union(options_menu_button_->bounds());
182 views::MenuButton* options_menu_button_;