Searched defs:NotificationServiceImpl (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/content/browser/
H A Dnotification_service_impl.cc16 base::LazyInstance<base::ThreadLocalPointer<NotificationServiceImpl> >
22 NotificationServiceImpl* NotificationServiceImpl::current() {
28 return NotificationServiceImpl::current();
33 return new NotificationServiceImpl;
37 bool NotificationServiceImpl::HasKey(const NotificationSourceMap& map,
42 NotificationServiceImpl::NotificationServiceImpl() { function in class:content::NotificationServiceImpl
47 void NotificationServiceImpl::AddObserver(NotificationObserver* observer,
71 void NotificationServiceImpl
[all...]
H A Dnotification_service_impl.h19 class CONTENT_EXPORT NotificationServiceImpl : public NotificationService { class in namespace:content
21 static NotificationServiceImpl* current();
25 NotificationServiceImpl();
26 virtual ~NotificationServiceImpl();
90 DISALLOW_COPY_AND_ASSIGN(NotificationServiceImpl);

Completed in 69 milliseconds