OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNotificationImage
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/message_center/
fake_message_center.cc
84
void FakeMessageCenter::
SetNotificationImage
(const std::string& notification_id,
fake_message_center.h
46
virtual void
SetNotificationImage
(const std::string& notification_id,
message_center.h
98
virtual void
SetNotificationImage
(const std::string& notification_id,
notification_list.h
77
bool
SetNotificationImage
(const std::string& notification_id,
message_center_impl.h
168
virtual void
SetNotificationImage
(const std::string& notification_id,
notification_list.cc
142
bool NotificationList::
SetNotificationImage
(const std::string& notification_id,
message_center_impl.cc
706
void MessageCenterImpl::
SetNotificationImage
(const std::string& notification_id,
716
updated = notification_list_->
SetNotificationImage
(notification_id, image);
message_center_impl_unittest.cc
706
message_center()->
SetNotificationImage
(id, testImage);
/external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc
305
base::Bind(&message_center::MessageCenter::
SetNotificationImage
,
Completed in 34 milliseconds