Searched refs:PrivetNotificationServiceFactory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
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...]
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();
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc202 local_discovery::PrivetNotificationServiceFactory::GetInstance();

Completed in 75 milliseconds