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

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_factory.h13 class PrivetNotificationServiceFactory class in namespace:local_discovery
16 // Returns singleton instance of PrivetNotificationServiceFactory.
17 static PrivetNotificationServiceFactory* GetInstance();
20 friend struct DefaultSingletonTraits<PrivetNotificationServiceFactory>;
22 PrivetNotificationServiceFactory();
23 virtual ~PrivetNotificationServiceFactory();
H A Dprivet_notifications_factory.cc13 PrivetNotificationServiceFactory*
14 PrivetNotificationServiceFactory::GetInstance() {
15 return Singleton<PrivetNotificationServiceFactory>::get();
18 PrivetNotificationServiceFactory::PrivetNotificationServiceFactory() function in class:local_discovery::PrivetNotificationServiceFactory
24 PrivetNotificationServiceFactory::~PrivetNotificationServiceFactory() {
27 KeyedService* PrivetNotificationServiceFactory::BuildServiceInstanceFor(
33 PrivetNotificationServiceFactory::ServiceIsCreatedWithBrowserContext() const {
37 bool PrivetNotificationServiceFactory
[all...]

Completed in 80 milliseconds