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

/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys_service_factory.cc17 PlatformKeysService* PlatformKeysServiceFactory::GetForBrowserContext(
24 PlatformKeysServiceFactory* PlatformKeysServiceFactory::GetInstance() {
25 return Singleton<PlatformKeysServiceFactory>::get();
28 PlatformKeysServiceFactory::PlatformKeysServiceFactory() function in class:chromeos::PlatformKeysServiceFactory
35 PlatformKeysServiceFactory::~PlatformKeysServiceFactory() {
38 content::BrowserContext* PlatformKeysServiceFactory::GetBrowserContextToUse(
43 KeyedService* PlatformKeysServiceFactory
[all...]
H A Dplatform_keys_service_factory.h23 class PlatformKeysServiceFactory : public BrowserContextKeyedServiceFactory { class in namespace:chromeos
28 static PlatformKeysServiceFactory* GetInstance();
31 friend struct DefaultSingletonTraits<PlatformKeysServiceFactory>;
33 PlatformKeysServiceFactory();
34 virtual ~PlatformKeysServiceFactory();
42 DISALLOW_COPY_AND_ASSIGN(PlatformKeysServiceFactory);
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
H A Denterprise_platform_keys_api.cc77 chromeos::PlatformKeysServiceFactory::GetForBrowserContext(
129 chromeos::PlatformKeysServiceFactory::GetForBrowserContext(

Completed in 100 milliseconds