Home
last modified time | relevance | path

Searched refs:SetNotificationButtonIcon (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/message_center/
Dfake_message_center.cc89 void FakeMessageCenter::SetNotificationButtonIcon( in SetNotificationButtonIcon() function in message_center::FakeMessageCenter
Dmessage_center.h111 virtual void SetNotificationButtonIcon(const std::string& notification_id,
Dnotification_list.h83 bool SetNotificationButtonIcon(const std::string& notification_id,
Dfake_message_center.h50 virtual void SetNotificationButtonIcon(const std::string& notification_id,
Dmessage_center_impl.h175 virtual void SetNotificationButtonIcon(const std::string& notification_id,
Dnotification_list.cc155 bool NotificationList::SetNotificationButtonIcon( in SetNotificationButtonIcon() function in message_center::NotificationList
Dmessage_center_impl.cc752 void MessageCenterImpl::SetNotificationButtonIcon( in SetNotificationButtonIcon() function in message_center::MessageCenterImpl
763 updated = notification_list_->SetNotificationButtonIcon( in SetNotificationButtonIcon()
Dmessage_center_impl_unittest.cc736 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/
Dmessage_center_notification_manager.cc359 base::Bind(&message_center::MessageCenter::SetNotificationButtonIcon, in StartDownloads()
367 base::Bind(&message_center::MessageCenter::SetNotificationButtonIcon, in StartDownloads()