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

  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h 21 class NotificationUIManager {
23 virtual ~NotificationUIManager() {}
26 static NotificationUIManager* Create(PrefService* local_state);
69 NotificationUIManager() {}
72 DISALLOW_COPY_AND_ASSIGN(NotificationUIManager);
  /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 1073 milliseconds