Searched refs:KeyedService (Results 1 - 25 of 525) sorted by relevance

1234567891011>>

/external/chromium_org/components/keyed_service/core/
H A Dkeyed_service.cc7 KeyedService::KeyedService() {} function in class:KeyedService
9 KeyedService::~KeyedService() {}
11 void KeyedService::Shutdown() {}
H A Dkeyed_service.h16 class KEYED_SERVICE_EXPORT KeyedService { class
18 KeyedService();
20 // The first pass is to call Shutdown on a KeyedService.
24 virtual ~KeyedService();
/external/chromium_org/chrome/browser/signin/
H A Dfake_profile_oauth2_token_service_builder.h8 class KeyedService;
17 KeyedService* BuildFakeProfileOAuth2TokenService(
24 KeyedService* BuildAutoIssuingFakeProfileOAuth2TokenService(
H A Dtest_signin_client_builder.cc10 class KeyedService;
18 KeyedService* BuildTestSigninClient(
H A Dtest_signin_client_builder.h8 class KeyedService;
18 KeyedService* BuildTestSigninClient(content::BrowserContext* context);
H A Dfake_account_tracker_service.h10 class KeyedService;
16 // AccountTrackerService is a KeyedService that retrieves and caches GAIA
21 static KeyedService* Build(content::BrowserContext* context);
H A Dfake_profile_oauth2_token_service_builder.cc11 KeyedService* BuildFakeProfileOAuth2TokenService(
20 KeyedService* BuildAutoIssuingFakeProfileOAuth2TokenService(
/external/chromium_org/chrome/browser/password_manager/
H A Dnull_password_store_service.cc10 KeyedService* NullPasswordStoreService::Build(
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.h17 class KeyedService;
29 // A function that supplies the instance of a KeyedService for a given
32 typedef KeyedService* (*TestingFactoryFunction)(
36 // the KeyedService when requested. |factory| can be NULL to signal that
37 // KeyedService should be NULL. Multiple calls to SetTestingFactory() are
43 // KeyedService. Since the factory will be used immediately, it may not be
45 KeyedService* SetTestingFactoryAndUse(content::BrowserContext* context,
69 KeyedService* GetServiceForBrowserContext(content::BrowserContext* context,
73 void Associate(content::BrowserContext* context, KeyedService* service);
79 // KeyedService instea
[all...]
/external/chromium_org/components/favicon/core/browser/
H A Dfavicon_client.h15 class FaviconClient : public KeyedService {
/external/chromium_org/chrome/browser/chromeos/ownership/
H A Downer_settings_service_chromeos_factory.h14 class KeyedService;
43 static KeyedService* BuildInstanceFor(content::BrowserContext* context);
49 virtual KeyedService* BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/android/
H A Dlogo_service.h22 class LogoService : public KeyedService {
52 virtual KeyedService* BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_classifier_factory.h24 static KeyedService* BuildInstanceFor(content::BrowserContext* context);
36 virtual KeyedService* BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector_factory.cc45 KeyedService* ExtensionGarbageCollectorFactory::BuildInstanceFor(
54 KeyedService* ExtensionGarbageCollectorFactory::BuildServiceInstanceFor(
H A Dextension_garbage_collector_factory.h27 static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
36 virtual KeyedService* BuildServiceInstanceFor(
H A Dmenu_manager_factory.h25 static KeyedService* BuildServiceInstanceForTesting(
34 virtual KeyedService* BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_factory.h22 static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
31 virtual KeyedService* BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/services/gcm/
H A Dfake_signin_manager.h20 class KeyedService;
46 static KeyedService* Build(content::BrowserContext* context);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_factory.h22 static KeyedService* BuildInstanceFor(Profile* profile);
33 virtual KeyedService* BuildServiceInstanceFor(
/external/chromium_org/apps/
H A Dsaved_devices_service_factory.cc34 KeyedService* SavedDevicesServiceFactory::BuildServiceInstanceFor(
H A Dsaved_files_service_factory.cc31 KeyedService* SavedFilesServiceFactory::BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_service_factory.h27 virtual KeyedService* BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service_factory.cc27 KeyedService* EntryWatcherServiceFactory::BuildServiceInstanceFor(
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_event_router.h18 class NetworkingPrivateEventRouter : public KeyedService,
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_factory.cc27 KeyedService* PrivetNotificationServiceFactory::BuildServiceInstanceFor(

Completed in 333 milliseconds

1234567891011>>