Searched refs:MessageCenterNotificationManager (Results 1 – 11 of 11) sorted by relevance
51 MessageCenterNotificationManager::MessageCenterNotificationManager( in MessageCenterNotificationManager() function in MessageCenterNotificationManager91 MessageCenterNotificationManager::~MessageCenterNotificationManager() { in ~MessageCenterNotificationManager()96 void MessageCenterNotificationManager::RegisterPrefs( in RegisterPrefs()107 void MessageCenterNotificationManager::Add(const Notification& notification, in Add()119 bool MessageCenterNotificationManager::Update(const Notification& notification, in Update()164 const Notification* MessageCenterNotificationManager::FindById( in FindById()172 bool MessageCenterNotificationManager::CancelById(const std::string& id) { in CancelById()185 MessageCenterNotificationManager::GetAllIdsByProfileAndSourceOrigin( in GetAllIdsByProfileAndSourceOrigin()200 bool MessageCenterNotificationManager::CancelAllBySourceOrigin( in CancelAllBySourceOrigin()219 bool MessageCenterNotificationManager::CancelAllByProfile(Profile* profile) { in CancelAllByProfile()[all …]
10 void MessageCenterNotificationManager::DisplayFirstRunBalloon() { in DisplayFirstRunBalloon()17 void MessageCenterNotificationManager::SetFirstRunTimeoutForTest( in SetFirstRunTimeoutForTest()22 bool MessageCenterNotificationManager::FirstRunTimerIsActive() const { in FirstRunTimerIsActive()26 void MessageCenterNotificationManager::CheckFirstRunTimer() { in CheckFirstRunTimer()51 base::Bind(&MessageCenterNotificationManager::DisplayFirstRunBalloon, in CheckFirstRunTimer()
42 class MessageCenterNotificationManager47 MessageCenterNotificationManager(51 virtual ~MessageCenterNotificationManager();221 base::OneShotTimer<MessageCenterNotificationManager> first_run_balloon_timer_;228 base::WeakPtrFactory<MessageCenterNotificationManager> weak_factory_;247 DISALLOW_COPY_AND_ASSIGN(MessageCenterNotificationManager);
31 MessageCenterNotificationManager::RegisterPrefs(local_state_.registry()); in MessageCenterNotificationManagerTest()48 notification_manager_.reset(new MessageCenterNotificationManager( in SetUp()63 MessageCenterNotificationManager* notification_manager() { in notification_manager()91 scoped_ptr<MessageCenterNotificationManager> notification_manager_;
21 return new MessageCenterNotificationManager( in Create()
63 MessageCenterNotificationManager* manager() { in manager()64 return static_cast<MessageCenterNotificationManager*>( in manager()
24 MessageCenterNotificationManager* message_center_notification_manager = in UpdateMessageCenter()25 static_cast<MessageCenterNotificationManager*>(notification_ui_manager); in UpdateMessageCenter()
40 MessageCenterNotificationManager* manager = in SetUp()41 static_cast<MessageCenterNotificationManager*>( in SetUp()
215 MessageCenterNotificationManager* mc_manager = in IN_PROC_BROWSER_TEST_F()216 static_cast<MessageCenterNotificationManager*>(manager); in IN_PROC_BROWSER_TEST_F()
177 MessageCenterNotificationManager* manager = in SetUp()178 static_cast<MessageCenterNotificationManager*>( in SetUp()
270 MessageCenterNotificationManager::RegisterPrefs(registry); in RegisterLocalState()