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

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.h40 class MessageCenterNotificationManager class in inherits:NotificationUIManager,message_center::MessageCenterObserver
44 MessageCenterNotificationManager(
48 virtual ~MessageCenterNotificationManager();
215 base::OneShotTimer<MessageCenterNotificationManager> first_run_balloon_timer_;
222 base::WeakPtrFactory<MessageCenterNotificationManager> weak_factory_;
238 DISALLOW_COPY_AND_ASSIGN(MessageCenterNotificationManager);
H A Dmessage_center_notification_manager.cc52 MessageCenterNotificationManager::MessageCenterNotificationManager( function in class:MessageCenterNotificationManager
92 MessageCenterNotificationManager::~MessageCenterNotificationManager() {
101 void MessageCenterNotificationManager::RegisterPrefs(
112 void MessageCenterNotificationManager::Add(const Notification& notification,
144 bool MessageCenterNotificationManager::Update(const Notification& notification,
193 const Notification* MessageCenterNotificationManager::FindById(
201 bool MessageCenterNotificationManager::CancelById(const std::string& id) {
214 MessageCenterNotificationManager
[all...]

Completed in 381 milliseconds