Searched refs:PerAppSettingsServiceFactory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dper_app_settings_service_factory.cc13 PerAppSettingsServiceFactory* PerAppSettingsServiceFactory::GetInstance() {
14 return Singleton<PerAppSettingsServiceFactory>::get();
18 PerAppSettingsService* PerAppSettingsServiceFactory::GetForBrowserContext(
25 PerAppSettingsServiceFactory::PerAppSettingsServiceFactory() function in class:PerAppSettingsServiceFactory
27 "PerAppSettingsServiceFactory",
31 PerAppSettingsServiceFactory::~PerAppSettingsServiceFactory() {}
33 KeyedService* PerAppSettingsServiceFactory
[all...]
H A Dper_app_settings_service_factory.h17 class PerAppSettingsServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
19 static PerAppSettingsServiceFactory* GetInstance();
24 friend struct DefaultSingletonTraits<PerAppSettingsServiceFactory>;
26 PerAppSettingsServiceFactory();
27 virtual ~PerAppSettingsServiceFactory();
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.cc92 PerAppSettingsServiceFactory::GetForBrowserContext(browser_context);
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc302 PerAppSettingsServiceFactory::GetForBrowserContext(profile)->

Completed in 690 milliseconds