Searched refs:NotificationButton (Results 1 – 7 of 7) sorted by relevance
19 NotificationButton::NotificationButton(views::ButtonListener* listener) in NotificationButton() function in message_center::NotificationButton36 NotificationButton::~NotificationButton() { in ~NotificationButton()39 void NotificationButton::SetIcon(const gfx::ImageSkia& image) { in SetIcon()57 void NotificationButton::SetTitle(const base::string16& title) { in SetTitle()74 gfx::Size NotificationButton::GetPreferredSize() const { in GetPreferredSize()79 int NotificationButton::GetHeightForWidth(int width) const { in GetHeightForWidth()83 void NotificationButton::OnPaint(gfx::Canvas* canvas) { in OnPaint()88 void NotificationButton::OnFocus() { in OnFocus()95 void NotificationButton::OnBlur() { in OnBlur()101 void NotificationButton::ViewHierarchyChanged( in ViewHierarchyChanged()[all …]
21 class NotificationButton : public views::CustomButton {23 NotificationButton(views::ButtonListener* listener);24 virtual ~NotificationButton();46 DISALLOW_COPY_AND_ASSIGN(NotificationButton);
23 class NotificationButton; variable117 std::vector<NotificationButton*> action_buttons_;
730 NotificationButton* button = new NotificationButton(this); in CreateOrUpdateActionButtonViews()
58 linked_ptr<extensions::api::notifications::NotificationButton> > > in NotificationToNotificationOptions()60 linked_ptr<extensions::api::notifications::NotificationButton> >); in NotificationToNotificationOptions()62 linked_ptr<extensions::api::notifications::NotificationButton> button( in NotificationToNotificationOptions()63 new extensions::api::notifications::NotificationButton); in NotificationToNotificationOptions()
45 dictionary NotificationButton {93 NotificationButton[]? buttons;
5861 chrome.notifications.NotificationButton;