Searched refs:NotificationUIManager (Results 1 – 17 of 17) sorted by relevance
50 NotificationUIManager::NotificationUIManager(PrefService* local_state) in NotificationUIManager() function in NotificationUIManager61 NotificationUIManager::~NotificationUIManager() { in ~NotificationUIManager()69 NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) { in Create()71 NotificationUIManager* instance = new NotificationUIManager(local_state); in Create()78 void NotificationUIManager::RegisterPrefs(PrefService* prefs) { in RegisterPrefs()83 void NotificationUIManager::Initialize( in Initialize()93 void NotificationUIManager::Add(const Notification& notification, in Add()106 bool NotificationUIManager::CancelById(const std::string& id) { in CancelById()119 bool NotificationUIManager::CancelAllBySourceOrigin(const GURL& source) { in CancelAllBySourceOrigin()136 void NotificationUIManager::CancelAll() { in CancelAll()[all …]
29 class NotificationUIManager33 explicit NotificationUIManager(PrefService* local_state);34 virtual ~NotificationUIManager();39 static NotificationUIManager* Create(PrefService* local_state);115 base::RepeatingTimer<NotificationUIManager> user_state_check_timer_;117 DISALLOW_COPY_AND_ASSIGN(NotificationUIManager);
27 class NotificationUIManager; variable45 NotificationUIManager* ui_manager);154 NotificationUIManager* ui_manager_;
66 NotificationUIManager* ui = g_browser_process->notification_ui_manager(); in IsCommandIdChecked()96 NotificationUIManager* ui = g_browser_process->notification_ui_manager(); in ExecuteCommand()
116 scoped_ptr<NotificationUIManager> ui_manager_;
88 ui_manager_.reset(new NotificationUIManager(&local_state_)); in SetUp()
260 NotificationUIManager* ui_manager) in DesktopNotificationService()
37 class NotificationUIManager; variable108 virtual NotificationUIManager* notification_ui_manager() = 0;
73 virtual NotificationUIManager* notification_ui_manager();219 scoped_ptr<NotificationUIManager> notification_ui_manager_;
490 NotificationUIManager* BrowserProcessImpl::notification_ui_manager() { in notification_ui_manager()919 notification_ui_manager_.reset(NotificationUIManager::Create(local_state())); in CreateNotificationUIManager()
105 scoped_ptr<NotificationUIManager> ui_manager_;
83 ui_manager_.reset(new NotificationUIManager(&local_state_)); in SetUp()
35 NotificationUIManager* manager = in GetNotificationDelegate()51 NotificationUIManager* manager = in CancelNotification()57 NotificationUIManager* manager = in CountBalloons()
107 NotificationUIManager::RegisterPrefs(local_state); in RegisterLocalState()
317 NotificationUIManager* notifications = in IN_PROC_BROWSER_TEST_F()
2100 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); in AreActiveNotificationProcessesReady()2136 NotificationUIManager* manager = in SendMessage()
4465 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); in CloseNotification()4493 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); in WaitForNotificationCount()