Home
last modified time | relevance | path

Searched refs:NotificationUIManager (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dnotification_ui_manager.cc50 NotificationUIManager::NotificationUIManager(PrefService* local_state) in NotificationUIManager() function in NotificationUIManager
61 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 …]
Dnotification_ui_manager.h29 class NotificationUIManager
33 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);
Ddesktop_notification_service.h27 class NotificationUIManager; variable
45 NotificationUIManager* ui_manager);
154 NotificationUIManager* ui_manager_;
Dnotification_options_menu_model.cc66 NotificationUIManager* ui = g_browser_process->notification_ui_manager(); in IsCommandIdChecked()
96 NotificationUIManager* ui = g_browser_process->notification_ui_manager(); in ExecuteCommand()
Ddesktop_notifications_unittest.h116 scoped_ptr<NotificationUIManager> ui_manager_;
Ddesktop_notifications_unittest.cc88 ui_manager_.reset(new NotificationUIManager(&local_state_)); in SetUp()
Ddesktop_notification_service.cc260 NotificationUIManager* ui_manager) in DesktopNotificationService()
/external/chromium/chrome/browser/
Dbrowser_process.h37 class NotificationUIManager; variable
108 virtual NotificationUIManager* notification_ui_manager() = 0;
Dbrowser_process_impl.h73 virtual NotificationUIManager* notification_ui_manager();
219 scoped_ptr<NotificationUIManager> notification_ui_manager_;
Dbrowser_process_impl.cc490 NotificationUIManager* BrowserProcessImpl::notification_ui_manager() { in notification_ui_manager()
919 notification_ui_manager_.reset(NotificationUIManager::Create(local_state())); in CreateNotificationUIManager()
/external/chromium/chrome/browser/chromeos/notifications/
Ddesktop_notifications_unittest.h105 scoped_ptr<NotificationUIManager> ui_manager_;
Ddesktop_notifications_unittest.cc83 ui_manager_.reset(new NotificationUIManager(&local_state_)); in SetUp()
/external/chromium/chrome/browser/extensions/
Dextension_crash_recovery_browsertest.cc35 NotificationUIManager* manager = in GetNotificationDelegate()
51 NotificationUIManager* manager = in CancelNotification()
57 NotificationUIManager* manager = in CountBalloons()
/external/chromium/chrome/browser/prefs/
Dbrowser_prefs.cc107 NotificationUIManager::RegisterPrefs(local_state); in RegisterLocalState()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_browsertest.cc317 NotificationUIManager* notifications = in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc2100 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); in AreActiveNotificationProcessesReady()
2136 NotificationUIManager* manager = in SendMessage()
Dtesting_automation_provider.cc4465 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); in CloseNotification()
4493 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); in WaitForNotificationCount()