Home
last modified time | relevance | path

Searched refs:BrowserContextKeyedServiceFactory (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/chromium_org/components/keyed_service/content/
Dbrowser_context_keyed_service_factory.cc15 void BrowserContextKeyedServiceFactory::SetTestingFactory( in SetTestingFactory()
44 KeyedService* BrowserContextKeyedServiceFactory::SetTestingFactoryAndUse( in SetTestingFactoryAndUse()
52 BrowserContextKeyedServiceFactory::BrowserContextKeyedServiceFactory( in BrowserContextKeyedServiceFactory() function in BrowserContextKeyedServiceFactory
57 BrowserContextKeyedServiceFactory::~BrowserContextKeyedServiceFactory() { in ~BrowserContextKeyedServiceFactory()
61 KeyedService* BrowserContextKeyedServiceFactory::GetServiceForBrowserContext( in GetServiceForBrowserContext()
98 void BrowserContextKeyedServiceFactory::Associate( in Associate()
105 void BrowserContextKeyedServiceFactory::Disassociate( in Disassociate()
114 void BrowserContextKeyedServiceFactory::BrowserContextShutdown( in BrowserContextShutdown()
121 void BrowserContextKeyedServiceFactory::BrowserContextDestroyed( in BrowserContextDestroyed()
134 void BrowserContextKeyedServiceFactory::SetEmptyTestingFactory( in SetEmptyTestingFactory()
[all …]
Dbrowser_context_keyed_service_factory.h26 class KEYED_SERVICE_EXPORT BrowserContextKeyedServiceFactory
58 BrowserContextKeyedServiceFactory(const char* name,
60 virtual ~BrowserContextKeyedServiceFactory();
121 DISALLOW_COPY_AND_ASSIGN(BrowserContextKeyedServiceFactory);
Dbrowser_context_dependency_manager_unittest.cc12 void DependOn(BrowserContextKeyedServiceFactory* child, in DependOn()
13 BrowserContextKeyedServiceFactory* parent) { in DependOn()
27 class TestService : public BrowserContextKeyedServiceFactory {
32 : BrowserContextKeyedServiceFactory("TestService", manager), in TestService()
/external/chromium_org/extensions/browser/
Dbrowser_context_keyed_api_factory.h72 class BrowserContextKeyedAPIFactory : public BrowserContextKeyedServiceFactory {
95 : BrowserContextKeyedServiceFactory( in BrowserContextKeyedAPIFactory()
120 return BrowserContextKeyedServiceFactory::GetBrowserContextToUse(context); in GetBrowserContextToUse()
Dextension_system_provider.cc14 : BrowserContextKeyedServiceFactory(name, manager) {} in ExtensionSystemProvider()
Dextension_system_provider.h23 class ExtensionSystemProvider : public BrowserContextKeyedServiceFactory {
Dextension_pref_value_map_factory.h14 class ExtensionPrefValueMapFactory : public BrowserContextKeyedServiceFactory {
Dextension_pref_value_map_factory.cc11 : BrowserContextKeyedServiceFactory( in ExtensionPrefValueMapFactory()
/external/chromium_org/chrome/browser/apps/drive/
Ddrive_service_bridge.h16 class BrowserContextKeyedServiceFactory; variable
29 std::set<BrowserContextKeyedServiceFactory*>* factories);
Ddrive_app_provider.h23 class BrowserContextKeyedServiceFactory; variable
43 std::set<BrowserContextKeyedServiceFactory*>* factories);
/external/chromium_org/chrome/browser/sync_file_system/
Dsync_file_system_service_factory.cc42 : BrowserContextKeyedServiceFactory( in SyncFileSystemServiceFactory()
45 typedef std::set<BrowserContextKeyedServiceFactory*> FactorySet; in SyncFileSystemServiceFactory()
Dremote_file_sync_service.h20 class BrowserContextKeyedServiceFactory; variable
141 std::set<BrowserContextKeyedServiceFactory*>* factories);
Dremote_file_sync_service.cc20 std::set<BrowserContextKeyedServiceFactory*>* factories) { in AppendDependsOnFactories()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_syncable_service_factory.cc52 : BrowserContextKeyedServiceFactory( in AppListSyncableServiceFactory()
56 typedef std::set<BrowserContextKeyedServiceFactory*> FactorySet; in AppListSyncableServiceFactory()
/external/chromium_org/chrome/test/base/
Dtesting_profile.h61 BrowserContextKeyedServiceFactory*,
62 BrowserContextKeyedServiceFactory::TestingFactoryFunction> >
84 BrowserContextKeyedServiceFactory* service_factory,
85 BrowserContextKeyedServiceFactory::TestingFactoryFunction callback);
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_diagnosis_runner.cc24 class KioskDiagnosisRunner::Factory : public BrowserContextKeyedServiceFactory {
39 : BrowserContextKeyedServiceFactory( in Factory()
/external/chromium_org/chrome/browser/speech/extension_api/
Dtts_engine_extension_observer.cc23 : public BrowserContextKeyedServiceFactory {
38 : BrowserContextKeyedServiceFactory( in TtsEngineExtensionObserverFactory()
/external/chromium_org/chrome/browser/signin/
Dsignin_manager_factory.cc19 : BrowserContextKeyedServiceFactory( in SigninManagerFactory()
141 BrowserContextKeyedServiceFactory::BrowserContextShutdown(context); in BrowserContextShutdown()
Dchrome_signin_client_factory.h16 class ChromeSigninClientFactory : public BrowserContextKeyedServiceFactory {
/external/chromium_org/chrome/browser/extensions/api/file_system/
Dentry_watcher_service_factory.cc19 : BrowserContextKeyedServiceFactory( in EntryWatcherServiceFactory()
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_notifications_factory.cc19 : BrowserContextKeyedServiceFactory( in PrivetNotificationServiceFactory()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_pref_mapping_service_factory.h15 : public BrowserContextKeyedServiceFactory {
Dsupervised_user_shared_settings_service_factory.h15 : public BrowserContextKeyedServiceFactory {
/external/chromium_org/components/password_manager/content/browser/
Dpassword_manager_internals_service_factory.cc27 : BrowserContextKeyedServiceFactory( in PasswordManagerInternalsServiceFactory()
/external/chromium_org/chrome/browser/profiles/
Dstartup_task_runner_service_factory.cc12 : BrowserContextKeyedServiceFactory( in StartupTaskRunnerServiceFactory()

12345678910>>...13