NotificationServiceImpl   71 content/browser/browser_main_runner.cc       notification_service_.reset(new NotificationServiceImpl);
NotificationServiceImpl  167 content/browser/browser_main_runner.cc   scoped_ptr<NotificationServiceImpl> notification_service_;
NotificationServiceImpl   34 content/browser/browser_process_sub_thread.cc   notification_service_.reset(new NotificationServiceImpl());
NotificationServiceImpl   16 content/browser/notification_service_impl.cc base::LazyInstance<base::ThreadLocalPointer<NotificationServiceImpl> >
NotificationServiceImpl   22 content/browser/notification_service_impl.cc NotificationServiceImpl* NotificationServiceImpl::current() {
NotificationServiceImpl   28 content/browser/notification_service_impl.cc   return NotificationServiceImpl::current();
NotificationServiceImpl   33 content/browser/notification_service_impl.cc   return new NotificationServiceImpl;
NotificationServiceImpl   37 content/browser/notification_service_impl.cc bool NotificationServiceImpl::HasKey(const NotificationSourceMap& map,
NotificationServiceImpl   42 content/browser/notification_service_impl.cc NotificationServiceImpl::NotificationServiceImpl() {
NotificationServiceImpl   47 content/browser/notification_service_impl.cc void NotificationServiceImpl::AddObserver(NotificationObserver* observer,
NotificationServiceImpl   71 content/browser/notification_service_impl.cc void NotificationServiceImpl::RemoveObserver(NotificationObserver* observer,
NotificationServiceImpl   96 content/browser/notification_service_impl.cc void NotificationServiceImpl::Notify(int type,
NotificationServiceImpl  137 content/browser/notification_service_impl.cc NotificationServiceImpl::~NotificationServiceImpl() {
NotificationServiceImpl   19 content/browser/notification_service_impl.h class CONTENT_EXPORT NotificationServiceImpl : public NotificationService {
NotificationServiceImpl   21 content/browser/notification_service_impl.h   static NotificationServiceImpl* current();
NotificationServiceImpl   25 content/browser/notification_service_impl.h   NotificationServiceImpl();
NotificationServiceImpl   26 content/browser/notification_service_impl.h   virtual ~NotificationServiceImpl();
NotificationServiceImpl   90 content/browser/notification_service_impl.h   DISALLOW_COPY_AND_ASSIGN(NotificationServiceImpl);
NotificationServiceImpl   34 content/public/browser/notification_registrar.cc   NotificationServiceImpl::current();
NotificationServiceImpl   53 content/public/browser/notification_registrar.cc   NotificationServiceImpl::current()->AddObserver(observer, type, source);
NotificationServiceImpl   70 content/public/browser/notification_registrar.cc   NotificationServiceImpl* service = NotificationServiceImpl::current();
NotificationServiceImpl   88 content/public/browser/notification_registrar.cc   NotificationServiceImpl* service = NotificationServiceImpl::current();
NotificationServiceImpl   31 content/public/test/test_browser_thread.cc     notification_service_ = new NotificationServiceImpl;
NotificationServiceImpl   17 content/public/test/test_content_client_initializer.cc   notification_service_.reset(new NotificationServiceImpl());
NotificationServiceImpl   15 content/public/test/test_content_client_initializer.h class NotificationServiceImpl;
NotificationServiceImpl   33 content/public/test/test_content_client_initializer.h   scoped_ptr<NotificationServiceImpl> notification_service_;