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

/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service_factory.cc17 DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile(
25 DesktopNotificationServiceFactory* DesktopNotificationServiceFactory::
27 return Singleton<DesktopNotificationServiceFactory>::get();
30 DesktopNotificationServiceFactory::DesktopNotificationServiceFactory() function in class:DesktopNotificationServiceFactory
36 DesktopNotificationServiceFactory::~DesktopNotificationServiceFactory() {
39 KeyedService* DesktopNotificationServiceFactory::BuildServiceInstanceFor(
47 DesktopNotificationServiceFactory
[all...]
H A Ddesktop_notification_service_factory.h18 class DesktopNotificationServiceFactory class in inherits:BrowserContextKeyedServiceFactory
25 static DesktopNotificationServiceFactory* GetInstance();
28 friend struct DefaultSingletonTraits<DesktopNotificationServiceFactory>;
30 DesktopNotificationServiceFactory();
31 virtual ~DesktopNotificationServiceFactory();

Completed in 141 milliseconds