Searched refs:options_menu_button_ (Results 1 - 17 of 17) sorted by relevance

/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...]
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dafter_translate_infobar.cc26 options_menu_button_(NULL),
80 gfx::Size options_size = options_menu_button_->GetPreferredSize();
81 options_menu_button_->SetBounds(EndX() - options_size.width(),
127 options_menu_button_ = CreateMenuButton(
129 AddChildView(options_menu_button_);
165 (kEndOfLabelSpacing + options_menu_button_->GetPreferredSize().width());
179 DCHECK_EQ(options_menu_button_, source);
180 RunMenuAt(&options_menu_model_, options_menu_button_,
H A Dbefore_translate_infobar.cc27 options_menu_button_(NULL),
82 gfx::Size options_size = options_menu_button_->GetPreferredSize();
83 options_menu_button_->SetBounds(EndX() - options_size.width(),
134 options_menu_button_ = CreateMenuButton(
136 AddChildView(options_menu_button_);
162 (kEndOfLabelSpacing + options_menu_button_->GetPreferredSize().width());
192 DCHECK_EQ(options_menu_button_, source);
193 RunMenuAt(&options_menu_model_, options_menu_button_,
H A Dafter_translate_infobar.h50 views::MenuButton* options_menu_button_; member in class:AfterTranslateInfoBar
H A Dbefore_translate_infobar.h51 views::MenuButton* options_menu_button_; member in class:BeforeTranslateInfoBar
/external/chromium/chrome/browser/ui/views/infobars/
H A Dafter_translate_infobar.cc24 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);
H A Dbefore_translate_infobar.cc25 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);
H A Dafter_translate_infobar.h50 views::MenuButton* options_menu_button_; member in class:AfterTranslateInfoBar
H A Dbefore_translate_infobar.h50 views::MenuButton* options_menu_button_; member in class:BeforeTranslateInfoBar
/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_view_views.cc98 options_menu_button_(NULL),
146 views::View::ConvertPointToScreen(options_menu_button_, &screen_location);
149 options_menu_button_,
150 gfx::Rect(screen_location, options_menu_button_->size()),
192 options_menu_button_->SetBoundsRect(GetOptionsButtonBounds());
265 const gfx::Size& pref_size(options_menu_button_->GetPreferredSize());
295 options_menu_button_ = new views::MenuButton(NULL, string16(), this, false);
296 AddChildView(options_menu_button_);
300 options_menu_button_->SetEnabled(false);
301 options_menu_button_
[all...]
H A Dballoon_view_views.h154 views::MenuButton* options_menu_button_; member in class:BalloonViewImpl
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc106 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_
[all...]
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
H A Dballoon_view_gtk.cc299 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_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h130 scoped_ptr<CustomDrawButton> options_menu_button_; member in class:BalloonViewImpl
H A Dballoon_view_gtk.cc283 options_menu_button_.reset(new CustomDrawButton(IDR_BALLOON_WRENCH,
287 gtk_widget_set_tooltip_text(options_menu_button_->widget(),
289 g_signal_connect(options_menu_button_->widget(), "button-press-event",
291 gtk_widget_set_can_focus(options_menu_button_->widget(), FALSE);
294 options_menu_button_->widget());

Completed in 162 milliseconds