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

  /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...]
  /external/chromium/chrome/browser/ui/views/infobars/
after_translate_infobar.cc 24 options_menu_button_(NULL),
76 gfx::Size options_size = options_menu_button_->GetPreferredSize();
77 options_menu_button_->SetBounds(EndX() - options_size.width(),
114 options_menu_button_ = CreateMenuButton(
116 AddChildView(options_menu_button_);
146 (kEndOfLabelSpacing + options_menu_button_->GetPreferredSize().width());
165 DCHECK_EQ(options_menu_button_, source);
before_translate_infobar.cc 25 options_menu_button_(NULL),
83 gfx::Size options_size = options_menu_button_->GetPreferredSize();
84 options_menu_button_->SetBounds(EndX() - options_size.width(),
133 options_menu_button_ = CreateMenuButton(
135 AddChildView(options_menu_button_);
160 (kEndOfLabelSpacing + options_menu_button_->GetPreferredSize().width());
188 DCHECK_EQ(options_menu_button_, source);
after_translate_infobar.h 50 views::MenuButton* options_menu_button_; member in class:AfterTranslateInfoBar
before_translate_infobar.h 50 views::MenuButton* options_menu_button_; member in class:BeforeTranslateInfoBar
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 131 scoped_ptr<CustomDrawButton> options_menu_button_; member in class:BalloonViewImpl
balloon_view_gtk.cc 299 options_menu_button_.reset(new CustomDrawButton(IDR_BALLOON_WRENCH,
303 gtk_widget_set_tooltip_text(options_menu_button_->widget(),
305 g_signal_connect(options_menu_button_->widget(), "button-press-event",
307 GTK_WIDGET_UNSET_FLAGS(options_menu_button_->widget(), GTK_CAN_FOCUS);
313 options_menu_button_->widget());
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 106 options_menu_button_(NULL) {
184 options_menu_button_->SetBoundsRect(GetOptionsButtonBounds());
293 options_menu_button_ = new views::MenuButton(NULL, L"", this, false);
294 AddChildView(options_menu_button_);
345 options_menu_button_->SetIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH));
346 options_menu_button_->SetHoverIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH_H));
347 options_menu_button_->SetPushedIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH_P));
348 options_menu_button_->set_alignment(views::TextButton::ALIGN_CENTER);
349 options_menu_button_->set_border(NULL);
350 options_menu_button_->SetBoundsRect(GetOptionsButtonBounds())
    [all...]
balloon_view.h 165 views::MenuButton* options_menu_button_; member in class:BalloonViewImpl

Completed in 80 milliseconds