HomeSort by relevance Sort by last modified time
    Searched defs:NotificationUIManager (Results 1 - 2 of 2) 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...]

Completed in 22 milliseconds