HomeSort by relevance Sort by last modified time
    Searched defs:options_menu_button_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
before_translate_infobar.h 50 views::MenuButton* options_menu_button_; member in class:BeforeTranslateInfoBar
after_translate_infobar.h 50 views::MenuButton* options_menu_button_; member in class:AfterTranslateInfoBar
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 165 views::MenuButton* options_menu_button_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 131 scoped_ptr<CustomDrawButton> options_menu_button_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 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_; member in class:chromeos::NotificationControlView
    [all...]

Completed in 247 milliseconds