Searched defs:options_menu_button_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dbefore_translate_infobar.h50 views::MenuButton* options_menu_button_; member in class:BeforeTranslateInfoBar
H A Dafter_translate_infobar.h50 views::MenuButton* options_menu_button_; member in class:AfterTranslateInfoBar
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.h165 views::MenuButton* options_menu_button_; member in class:BalloonViewImpl
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h131 scoped_ptr<CustomDrawButton> options_menu_button_; member in class:BalloonViewImpl
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.cc66 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_
182 views::MenuButton* options_menu_button_; member in class:chromeos::NotificationControlView
[all...]

Completed in 75 milliseconds