Home
last modified time | relevance | path

Searched refs:notification_ui_manager_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process_impl.cc181 notification_ui_manager_.reset(); in ~BrowserProcessImpl()
494 return notification_ui_manager_.get(); in notification_ui_manager()
918 DCHECK(notification_ui_manager_.get() == NULL); in CreateNotificationUIManager()
919 notification_ui_manager_.reset(NotificationUIManager::Create(local_state())); in CreateNotificationUIManager()
Dbrowser_process_impl.h219 scoped_ptr<NotificationUIManager> notification_ui_manager_; variable