Searched defs:NotificationButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dnotification_button.h21 class NotificationButton : public views::CustomButton { class in namespace:message_center
23 NotificationButton(views::ButtonListener* listener);
24 virtual ~NotificationButton();
46 DISALLOW_COPY_AND_ASSIGN(NotificationButton);
H A Dnotification_button.cc19 NotificationButton::NotificationButton(views::ButtonListener* listener) function in class:message_center::NotificationButton
36 NotificationButton::~NotificationButton() {
39 void NotificationButton::SetIcon(const gfx::ImageSkia& image) {
57 void NotificationButton::SetTitle(const base::string16& title) {
74 gfx::Size NotificationButton::GetPreferredSize() const {
79 int NotificationButton::GetHeightForWidth(int width) const {
83 void NotificationButton::OnPaint(gfx::Canvas* canvas) {
88 void NotificationButton
[all...]

Completed in 90 milliseconds