Home
last modified time | relevance | path

Searched refs:NotificationButton (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dnotification_button.cc19 NotificationButton::NotificationButton(views::ButtonListener* listener) in NotificationButton() function in message_center::NotificationButton
36 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 …]
Dnotification_button.h21 class NotificationButton : public views::CustomButton {
23 NotificationButton(views::ButtonListener* listener);
24 virtual ~NotificationButton();
46 DISALLOW_COPY_AND_ASSIGN(NotificationButton);
Dnotification_view.h23 class NotificationButton; variable
117 std::vector<NotificationButton*> action_buttons_;
Dnotification_view.cc730 NotificationButton* button = new NotificationButton(this); in CreateOrUpdateActionButtonViews()
/external/chromium_org/chrome/browser/notifications/
Dnotification_conversion_helper.cc58 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()
/external/chromium_org/chrome/common/extensions/api/
Dnotifications.idl45 dictionary NotificationButton {
93 NotificationButton[]? buttons;
/external/chromium_org/third_party/closure_compiler/externs/
Dchrome_extensions.js5861 chrome.notifications.NotificationButton;