Searched defs:DesktopNotificationServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service_factory.h18 class DesktopNotificationServiceFactory : public ProfileKeyedServiceFactory { class in inherits:ProfileKeyedServiceFactory
24 static DesktopNotificationServiceFactory* GetInstance();
27 friend struct DefaultSingletonTraits<DesktopNotificationServiceFactory>;
29 DesktopNotificationServiceFactory();
30 virtual ~DesktopNotificationServiceFactory();
H A Ddesktop_notification_service_factory.cc14 DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile(
22 DesktopNotificationServiceFactory* DesktopNotificationServiceFactory::
24 return Singleton<DesktopNotificationServiceFactory>::get();
27 DesktopNotificationServiceFactory::DesktopNotificationServiceFactory() function in class:DesktopNotificationServiceFactory
31 DesktopNotificationServiceFactory::~DesktopNotificationServiceFactory() {
34 ProfileKeyedService* DesktopNotificationServiceFactory::BuildServiceInstanceFor(
42 bool DesktopNotificationServiceFactory
[all...]

Completed in 73 milliseconds