/external/chromium_org/components/keyed_service/content/ |
D | browser_context_keyed_service_factory.cc | 15 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 …]
|
D | browser_context_keyed_service_factory.h | 26 class KEYED_SERVICE_EXPORT BrowserContextKeyedServiceFactory 58 BrowserContextKeyedServiceFactory(const char* name, 60 virtual ~BrowserContextKeyedServiceFactory(); 121 DISALLOW_COPY_AND_ASSIGN(BrowserContextKeyedServiceFactory);
|
D | browser_context_dependency_manager_unittest.cc | 12 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/ |
D | browser_context_keyed_api_factory.h | 72 class BrowserContextKeyedAPIFactory : public BrowserContextKeyedServiceFactory { 95 : BrowserContextKeyedServiceFactory( in BrowserContextKeyedAPIFactory() 120 return BrowserContextKeyedServiceFactory::GetBrowserContextToUse(context); in GetBrowserContextToUse()
|
D | extension_system_provider.cc | 14 : BrowserContextKeyedServiceFactory(name, manager) {} in ExtensionSystemProvider()
|
D | extension_system_provider.h | 23 class ExtensionSystemProvider : public BrowserContextKeyedServiceFactory {
|
D | extension_pref_value_map_factory.h | 14 class ExtensionPrefValueMapFactory : public BrowserContextKeyedServiceFactory {
|
D | extension_pref_value_map_factory.cc | 11 : BrowserContextKeyedServiceFactory( in ExtensionPrefValueMapFactory()
|
/external/chromium_org/chrome/browser/apps/drive/ |
D | drive_service_bridge.h | 16 class BrowserContextKeyedServiceFactory; variable 29 std::set<BrowserContextKeyedServiceFactory*>* factories);
|
D | drive_app_provider.h | 23 class BrowserContextKeyedServiceFactory; variable 43 std::set<BrowserContextKeyedServiceFactory*>* factories);
|
/external/chromium_org/chrome/browser/sync_file_system/ |
D | sync_file_system_service_factory.cc | 42 : BrowserContextKeyedServiceFactory( in SyncFileSystemServiceFactory() 45 typedef std::set<BrowserContextKeyedServiceFactory*> FactorySet; in SyncFileSystemServiceFactory()
|
D | remote_file_sync_service.h | 20 class BrowserContextKeyedServiceFactory; variable 141 std::set<BrowserContextKeyedServiceFactory*>* factories);
|
D | remote_file_sync_service.cc | 20 std::set<BrowserContextKeyedServiceFactory*>* factories) { in AppendDependsOnFactories()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_syncable_service_factory.cc | 52 : BrowserContextKeyedServiceFactory( in AppListSyncableServiceFactory() 56 typedef std::set<BrowserContextKeyedServiceFactory*> FactorySet; in AppListSyncableServiceFactory()
|
/external/chromium_org/chrome/test/base/ |
D | testing_profile.h | 61 BrowserContextKeyedServiceFactory*, 62 BrowserContextKeyedServiceFactory::TestingFactoryFunction> > 84 BrowserContextKeyedServiceFactory* service_factory, 85 BrowserContextKeyedServiceFactory::TestingFactoryFunction callback);
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_diagnosis_runner.cc | 24 class KioskDiagnosisRunner::Factory : public BrowserContextKeyedServiceFactory { 39 : BrowserContextKeyedServiceFactory( in Factory()
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
D | tts_engine_extension_observer.cc | 23 : public BrowserContextKeyedServiceFactory { 38 : BrowserContextKeyedServiceFactory( in TtsEngineExtensionObserverFactory()
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_manager_factory.cc | 19 : BrowserContextKeyedServiceFactory( in SigninManagerFactory() 141 BrowserContextKeyedServiceFactory::BrowserContextShutdown(context); in BrowserContextShutdown()
|
D | chrome_signin_client_factory.h | 16 class ChromeSigninClientFactory : public BrowserContextKeyedServiceFactory {
|
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
D | entry_watcher_service_factory.cc | 19 : BrowserContextKeyedServiceFactory( in EntryWatcherServiceFactory()
|
/external/chromium_org/chrome/browser/local_discovery/ |
D | privet_notifications_factory.cc | 19 : BrowserContextKeyedServiceFactory( in PrivetNotificationServiceFactory()
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_pref_mapping_service_factory.h | 15 : public BrowserContextKeyedServiceFactory {
|
D | supervised_user_shared_settings_service_factory.h | 15 : public BrowserContextKeyedServiceFactory {
|
/external/chromium_org/components/password_manager/content/browser/ |
D | password_manager_internals_service_factory.cc | 27 : BrowserContextKeyedServiceFactory( in PasswordManagerInternalsServiceFactory()
|
/external/chromium_org/chrome/browser/profiles/ |
D | startup_task_runner_service_factory.cc | 12 : BrowserContextKeyedServiceFactory( in StartupTaskRunnerServiceFactory()
|