Searched defs:ProfileKeyedServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_keyed_service_factory.cc14 ProfileKeyedServiceFactory::ProfileKeyedServiceFactory( function in class:ProfileKeyedServiceFactory
20 ProfileKeyedServiceFactory::~ProfileKeyedServiceFactory() {
25 ProfileKeyedService* ProfileKeyedServiceFactory::GetServiceForProfile(
58 void ProfileKeyedServiceFactory::DependsOn(ProfileKeyedServiceFactory* rhs) {
62 void ProfileKeyedServiceFactory::Associate(Profile* profile,
68 bool ProfileKeyedServiceFactory::ServiceRedirectedInIncognito() {
72 bool ProfileKeyedServiceFactory
[all...]
H A Dprofile_keyed_service_factory.h22 class ProfileKeyedServiceFactory { class
48 // : ProfileKeyedServiceFactory(
51 explicit ProfileKeyedServiceFactory(ProfileDependencyManager* manager);
52 virtual ~ProfileKeyedServiceFactory();
61 void DependsOn(ProfileKeyedServiceFactory* rhs);

Completed in 430 milliseconds