Home
last modified time | relevance | path

Searched refs:MessageCenterNotificationManager (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notification_manager.cc51 MessageCenterNotificationManager::MessageCenterNotificationManager( in MessageCenterNotificationManager() function in MessageCenterNotificationManager
91 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 …]
Dmessage_center_notification_manager_win.cc10 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()
Dmessage_center_notification_manager.h42 class MessageCenterNotificationManager
47 MessageCenterNotificationManager(
51 virtual ~MessageCenterNotificationManager();
221 base::OneShotTimer<MessageCenterNotificationManager> first_run_balloon_timer_;
228 base::WeakPtrFactory<MessageCenterNotificationManager> weak_factory_;
247 DISALLOW_COPY_AND_ASSIGN(MessageCenterNotificationManager);
Dmessage_center_notifications_unittest_win.cc31 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_;
Dnotification_ui_manager_desktop.cc21 return new MessageCenterNotificationManager( in Create()
Dmessage_center_notifications_browsertest.cc63 MessageCenterNotificationManager* manager() { in manager()
64 return static_cast<MessageCenterNotificationManager*>( in manager()
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dwelcome_delegate.cc24 MessageCenterNotificationManager* message_center_notification_manager = in UpdateMessageCenter()
25 static_cast<MessageCenterNotificationManager*>(notification_ui_manager); in UpdateMessageCenter()
Dwelcome_delegate_unittest.cc40 MessageCenterNotificationManager* manager = in SetUp()
41 static_cast<MessageCenterNotificationManager*>( in SetUp()
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray_browsertest.cc215 MessageCenterNotificationManager* mc_manager = in IN_PROC_BROWSER_TEST_F()
216 static_cast<MessageCenterNotificationManager*>(manager); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/background/
Dbackground_contents_service_unittest.cc177 MessageCenterNotificationManager* manager = in SetUp()
178 static_cast<MessageCenterNotificationManager*>( in SetUp()
/external/chromium_org/chrome/browser/prefs/
Dbrowser_prefs.cc270 MessageCenterNotificationManager::RegisterPrefs(registry); in RegisterLocalState()