Searched refs:ProfileKeyedService (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_keyed_service.h16 class ProfileKeyedService { class
18 // The first pass is to call Shutdown on a ProfileKeyedService.
22 virtual ~ProfileKeyedService() {}
H A Dprofile_keyed_service_factory.h12 class ProfileKeyedService;
24 typedef ProfileKeyedService* (*FactoryFunction)(Profile* profile);
31 void ForceAssociationBetween(Profile* profile, ProfileKeyedService* service) {
57 ProfileKeyedService* GetServiceForProfile(Profile* profile);
64 void Associate(Profile* profile, ProfileKeyedService* service);
68 virtual ProfileKeyedService* BuildServiceInstanceFor(
83 // usually call ProfileKeyedService::Shutdown(), which gives each
84 // ProfileKeyedService a chance to remove dependencies on other services that
97 std::map<Profile*, ProfileKeyedService*> mapping_;
H A Dprofile_keyed_service_factory.cc25 ProfileKeyedService* ProfileKeyedServiceFactory::GetServiceForProfile(
38 ProfileKeyedService* service;
40 std::map<Profile*, ProfileKeyedService*>::iterator it =
63 ProfileKeyedService* service) {
77 std::map<Profile*, ProfileKeyedService*>::iterator it =
84 std::map<Profile*, ProfileKeyedService*>::iterator it =
H A Dprofile_dependency_manager_unittest.cc44 virtual ProfileKeyedService* BuildServiceInstanceFor(
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_factory.cc31 ProfileKeyedService* BackgroundModeManagerFactory::BuildServiceInstanceFor(
H A Dbackground_mode_manager_factory.h31 virtual ProfileKeyedService* BuildServiceInstanceFor(
H A Dbackground_contents_service_factory.cc32 ProfileKeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
H A Dbackground_contents_service_factory.h31 virtual ProfileKeyedService* BuildServiceInstanceFor(
H A Dbackground_mode_manager.h44 public ProfileKeyedService {
H A Dbackground_contents_service.h46 public ProfileKeyedService {
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_service_factory.cc29 ProfileKeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor(
H A Dpinned_tab_service_factory.h32 virtual ProfileKeyedService* BuildServiceInstanceFor(
H A Dpinned_tab_service.h19 public ProfileKeyedService {
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service_factory.cc34 ProfileKeyedService* DesktopNotificationServiceFactory::BuildServiceInstanceFor(
H A Ddesktop_notification_service_factory.h33 virtual ProfileKeyedService* BuildServiceInstanceFor(
H A Ddesktop_notification_service.h37 public ProfileKeyedService {
/external/chromium/chrome/browser/themes/
H A Dtheme_service_factory.h43 virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const;
H A Dtheme_service_factory.cc45 ProfileKeyedService* ThemeServiceFactory::BuildServiceInstanceFor(
H A Dtheme_service.h44 public ProfileKeyedService,

Completed in 132 milliseconds