Searched defs:NotificationUIManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dnotification_ui_manager.h29 class NotificationUIManager class in inherits:BalloonCollection::BalloonSpaceChangeListener,NotificationObserver
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);
H A Dnotification_ui_manager.cc50 NotificationUIManager::NotificationUIManager(PrefService* local_state) function in class:NotificationUIManager
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
[all...]

Completed in 43 milliseconds