Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/notifications/
Dnotification_ui_manager.h21 class NotificationUIManager {
23 virtual ~NotificationUIManager() {} in ~NotificationUIManager()
26 static NotificationUIManager* Create(PrefService* local_state);
62 NotificationUIManager() {} in NotificationUIManager() function
65 DISALLOW_COPY_AND_ASSIGN(NotificationUIManager);
Dnotification_system_observer.h11 class NotificationUIManager; variable
17 explicit NotificationSystemObserver(NotificationUIManager* ui_manager);
29 NotificationUIManager* ui_manager_;
Ddesktop_notification_service.h32 class NotificationUIManager; variable
58 NotificationUIManager* ui_manager);
145 NotificationUIManager* GetUIManager();
174 NotificationUIManager* ui_manager_;
Dnotification_ui_manager_desktop.cc16 NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) { in Create()
Dnotification_ui_manager_android.cc10 NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) { in Create()
Dnotification_ui_manager_android.h12 class NotificationUIManagerAndroid : public NotificationUIManager {
Dnotification_system_observer.cc15 NotificationUIManager* ui_manager) in NotificationSystemObserver()
Dnotification_test_util.h85 class StubNotificationUIManager : public NotificationUIManager {
Dmessage_center_notification_manager.h43 : public NotificationUIManager,
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dchrome_notifier_service.h22 class NotificationUIManager; variable
66 ChromeNotifierService(Profile* profile, NotificationUIManager* manager);
147 NotificationUIManager* notification_ui_manager);
210 NotificationUIManager* const notification_manager_;
Dsynced_notification.h27 class NotificationUIManager; variable
38 NotificationUIManager* notification_manager);
137 NotificationUIManager* notification_manager_;
Dchrome_notifier_service_factory.cc62 NotificationUIManager* notification_manager = in BuildServiceInstanceFor()
Dwelcome_delegate.cc22 NotificationUIManager* notification_ui_manager = in UpdateMessageCenter()
Dsynced_notification_app_info_service.h18 class NotificationUIManager; variable
/external/chromium_org/chrome/test/base/
Dtesting_browser_process.h25 class NotificationUIManager; variable
88 virtual NotificationUIManager* notification_ui_manager() OVERRIDE;
156 scoped_ptr<NotificationUIManager> notification_ui_manager_;
Dtesting_browser_process.cc228 NotificationUIManager* TestingBrowserProcess::notification_ui_manager() { in notification_ui_manager()
232 NotificationUIManager::Create(local_state())); in notification_ui_manager()
/external/chromium_org/chrome/browser/chromeos/power/
Dperipheral_battery_observer_browsertest.cc68 NotificationUIManager* notification_manager = in IN_PROC_BROWSER_TEST_F()
144 NotificationUIManager* notification_manager = in IN_PROC_BROWSER_TEST_F()
Dperipheral_battery_observer.cc210 NotificationUIManager* notification_manager = in PostNotification()
/external/chromium_org/chrome/browser/
Dbrowser_process.h33 class NotificationUIManager; variable
131 virtual NotificationUIManager* notification_ui_manager() = 0;
Dbrowser_process_impl.h92 virtual NotificationUIManager* notification_ui_manager() OVERRIDE;
216 scoped_ptr<NotificationUIManager> notification_ui_manager_;
/external/chromium_org/chrome/browser/sync/
Dsync_error_notifier_ash.cc138 NotificationUIManager* notification_ui_manager = in OnErrorChanged()
Dsync_error_notifier_ash_unittest.cc174 NotificationUIManager* notification_ui_manager_;
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_notifications.h17 class NotificationUIManager; variable
/external/chromium_org/chrome/browser/signin/
Dsignin_error_notifier_ash.cc151 NotificationUIManager* notification_ui_manager = in OnErrorChanged()
Dsignin_error_notifier_ash_unittest.cc111 NotificationUIManager* notification_ui_manager_;

12