Home | History | Annotate | Download | only in webdata

Lines Matching defs:WebDataServiceFactory

155       WebDataServiceFactory::GetForProfile(
163 WebDataServiceFactory::WebDataServiceFactory()
167 // WebDataServiceFactory has no dependecies.
170 WebDataServiceFactory::~WebDataServiceFactory() {}
173 WebDataServiceWrapper* WebDataServiceFactory::GetForProfile(
185 WebDataServiceWrapper* WebDataServiceFactory::GetForProfileIfExists(
198 WebDataServiceFactory::GetAutofillWebDataForProfile(
202 WebDataServiceFactory::GetForProfile(profile, access_type);
211 WebDataServiceFactory::GetTokenWebDataForProfile(
215 WebDataServiceFactory::GetForProfile(profile, access_type);
222 WebDataServiceFactory* WebDataServiceFactory::GetInstance() {
223 return Singleton<WebDataServiceFactory>::get();
226 content::BrowserContext* WebDataServiceFactory::GetBrowserContextToUse(
231 KeyedService* WebDataServiceFactory::BuildServiceInstanceFor(
236 bool WebDataServiceFactory::ServiceIsNULLWhileTesting() const {