/external/chromium/chrome/browser/chromeos/notifications/ |
H A D | 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_ 182 views::MenuButton* options_menu_button_; member in class:chromeos::NotificationControlView [all...] |
/external/chromium_org/chrome/browser/ui/views/infobars/ |
H A D | after_translate_infobar.cc | 26 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 D | before_translate_infobar.cc | 27 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 D | after_translate_infobar.h | 50 views::MenuButton* options_menu_button_; member in class:AfterTranslateInfoBar
|
H A D | before_translate_infobar.h | 51 views::MenuButton* options_menu_button_; member in class:BeforeTranslateInfoBar
|
/external/chromium/chrome/browser/ui/views/infobars/ |
H A D | 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);
|
H A D | 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);
|
H A D | after_translate_infobar.h | 50 views::MenuButton* options_menu_button_; member in class:AfterTranslateInfoBar
|
H A D | before_translate_infobar.h | 50 views::MenuButton* options_menu_button_; member in class:BeforeTranslateInfoBar
|
/external/chromium_org/chrome/browser/ui/views/notifications/ |
H A D | balloon_view_views.cc | 98 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 D | balloon_view_views.h | 154 views::MenuButton* options_menu_button_; member in class:BalloonViewImpl
|
/external/chromium/chrome/browser/ui/views/notifications/ |
H A D | 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_ [all...] |
H A D | balloon_view.h | 165 views::MenuButton* options_menu_button_; member in class:BalloonViewImpl
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
H A D | balloon_view_gtk.h | 131 scoped_ptr<CustomDrawButton> options_menu_button_; member in class:BalloonViewImpl
|
H A D | 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_org/chrome/browser/ui/gtk/notifications/ |
H A D | balloon_view_gtk.h | 130 scoped_ptr<CustomDrawButton> options_menu_button_; member in class:BalloonViewImpl
|
H A D | balloon_view_gtk.cc | 283 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());
|