HomeSort by relevance Sort by last modified time
    Searched refs:NotificationUIManager (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 29 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);
notification_ui_manager.cc 50 NotificationUIManager::NotificationUIManager(PrefService* local_state)
61 NotificationUIManager::~NotificationUIManager() {
69 NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) {
71 NotificationUIManager* instance = new NotificationUIManager(local_state);
78 void NotificationUIManager::RegisterPrefs(PrefService* prefs) {
83 void NotificationUIManager::Initialize
    [all...]
desktop_notification_service.h 27 class NotificationUIManager;
45 NotificationUIManager* ui_manager);
154 NotificationUIManager* ui_manager_;
desktop_notifications_unittest.h 112 // Mock balloon collection -- owned by the NotificationUIManager
116 scoped_ptr<NotificationUIManager> ui_manager_;
notification_options_menu_model.cc 66 NotificationUIManager* ui = g_browser_process->notification_ui_manager();
96 NotificationUIManager* ui = g_browser_process->notification_ui_manager();
desktop_notification_service.cc 260 NotificationUIManager* ui_manager)
desktop_notifications_unittest.cc 88 ui_manager_.reset(new NotificationUIManager(&local_state_));
  /external/chromium/chrome/browser/
browser_process.h 37 class NotificationUIManager;
108 virtual NotificationUIManager* notification_ui_manager() = 0;
browser_process_impl.h 73 virtual NotificationUIManager* notification_ui_manager();
219 scoped_ptr<NotificationUIManager> notification_ui_manager_;
browser_process_impl.cc 490 NotificationUIManager* BrowserProcessImpl::notification_ui_manager() {
919 notification_ui_manager_.reset(NotificationUIManager::Create(local_state()))
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 101 // Mock balloon collection -- owned by the NotificationUIManager
105 scoped_ptr<NotificationUIManager> ui_manager_;
desktop_notifications_unittest.cc 83 ui_manager_.reset(new NotificationUIManager(&local_state_));
  /external/chromium/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 35 NotificationUIManager* manager =
51 NotificationUIManager* manager =
57 NotificationUIManager* manager =
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 107 NotificationUIManager::RegisterPrefs(local_state);
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 317 NotificationUIManager* notifications =
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc     [all...]
testing_automation_provider.cc     [all...]

Completed in 147 milliseconds