/external/chromium_org/chrome/browser/notifications/ |
D | notification_ui_manager.h | 21 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);
|
D | notification_system_observer.h | 11 class NotificationUIManager; variable 17 explicit NotificationSystemObserver(NotificationUIManager* ui_manager); 29 NotificationUIManager* ui_manager_;
|
D | desktop_notification_service.h | 32 class NotificationUIManager; variable 58 NotificationUIManager* ui_manager); 145 NotificationUIManager* GetUIManager(); 174 NotificationUIManager* ui_manager_;
|
D | notification_ui_manager_desktop.cc | 16 NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) { in Create()
|
D | notification_ui_manager_android.cc | 10 NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) { in Create()
|
D | notification_ui_manager_android.h | 12 class NotificationUIManagerAndroid : public NotificationUIManager {
|
D | notification_system_observer.cc | 15 NotificationUIManager* ui_manager) in NotificationSystemObserver()
|
D | notification_test_util.h | 85 class StubNotificationUIManager : public NotificationUIManager {
|
D | message_center_notification_manager.h | 43 : public NotificationUIManager,
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
D | chrome_notifier_service.h | 22 class NotificationUIManager; variable 66 ChromeNotifierService(Profile* profile, NotificationUIManager* manager); 147 NotificationUIManager* notification_ui_manager); 210 NotificationUIManager* const notification_manager_;
|
D | synced_notification.h | 27 class NotificationUIManager; variable 38 NotificationUIManager* notification_manager); 137 NotificationUIManager* notification_manager_;
|
D | chrome_notifier_service_factory.cc | 62 NotificationUIManager* notification_manager = in BuildServiceInstanceFor()
|
D | welcome_delegate.cc | 22 NotificationUIManager* notification_ui_manager = in UpdateMessageCenter()
|
D | synced_notification_app_info_service.h | 18 class NotificationUIManager; variable
|
/external/chromium_org/chrome/test/base/ |
D | testing_browser_process.h | 25 class NotificationUIManager; variable 88 virtual NotificationUIManager* notification_ui_manager() OVERRIDE; 156 scoped_ptr<NotificationUIManager> notification_ui_manager_;
|
D | testing_browser_process.cc | 228 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/ |
D | peripheral_battery_observer_browsertest.cc | 68 NotificationUIManager* notification_manager = in IN_PROC_BROWSER_TEST_F() 144 NotificationUIManager* notification_manager = in IN_PROC_BROWSER_TEST_F()
|
D | peripheral_battery_observer.cc | 210 NotificationUIManager* notification_manager = in PostNotification()
|
/external/chromium_org/chrome/browser/ |
D | browser_process.h | 33 class NotificationUIManager; variable 131 virtual NotificationUIManager* notification_ui_manager() = 0;
|
D | browser_process_impl.h | 92 virtual NotificationUIManager* notification_ui_manager() OVERRIDE; 216 scoped_ptr<NotificationUIManager> notification_ui_manager_;
|
/external/chromium_org/chrome/browser/sync/ |
D | sync_error_notifier_ash.cc | 138 NotificationUIManager* notification_ui_manager = in OnErrorChanged()
|
D | sync_error_notifier_ash_unittest.cc | 174 NotificationUIManager* notification_ui_manager_;
|
/external/chromium_org/chrome/browser/local_discovery/ |
D | privet_notifications.h | 17 class NotificationUIManager; variable
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_error_notifier_ash.cc | 151 NotificationUIManager* notification_ui_manager = in OnErrorChanged()
|
D | signin_error_notifier_ash_unittest.cc | 111 NotificationUIManager* notification_ui_manager_;
|