Searched refs:SetNotificationButtonIcon (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ui/message_center/ |
D | fake_message_center.cc | 89 void FakeMessageCenter::SetNotificationButtonIcon( in SetNotificationButtonIcon() function in message_center::FakeMessageCenter
|
D | message_center.h | 111 virtual void SetNotificationButtonIcon(const std::string& notification_id,
|
D | notification_list.h | 83 bool SetNotificationButtonIcon(const std::string& notification_id,
|
D | fake_message_center.h | 50 virtual void SetNotificationButtonIcon(const std::string& notification_id,
|
D | message_center_impl.h | 175 virtual void SetNotificationButtonIcon(const std::string& notification_id,
|
D | notification_list.cc | 155 bool NotificationList::SetNotificationButtonIcon( in SetNotificationButtonIcon() function in message_center::NotificationList
|
D | message_center_impl.cc | 752 void MessageCenterImpl::SetNotificationButtonIcon( in SetNotificationButtonIcon() function in message_center::MessageCenterImpl 763 updated = notification_list_->SetNotificationButtonIcon( in SetNotificationButtonIcon()
|
D | message_center_impl_unittest.cc | 736 message_center()->SetNotificationButtonIcon(id, 0, testImage); in TEST_F() 737 message_center()->SetNotificationButtonIcon(id, 1, testImage); in TEST_F()
|
/external/chromium_org/chrome/browser/notifications/ |
D | message_center_notification_manager.cc | 359 base::Bind(&message_center::MessageCenter::SetNotificationButtonIcon, in StartDownloads() 367 base::Bind(&message_center::MessageCenter::SetNotificationButtonIcon, in StartDownloads()
|