Home | History | Annotate | Download | only in webdata

Lines Matching defs:WebDataServiceFactory

148       WebDataServiceFactory::GetForProfile(
163 WebDataServiceFactory::GetForProfile(
178 WebDataServiceFactory::GetForProfile(
186 WebDataServiceFactory::WebDataServiceFactory()
190 // WebDataServiceFactory has no dependecies.
193 WebDataServiceFactory::~WebDataServiceFactory() {}
196 WebDataServiceWrapper* WebDataServiceFactory::GetForProfile(
207 WebDataServiceWrapper* WebDataServiceFactory::GetForProfileIfExists(
218 WebDataServiceFactory* WebDataServiceFactory::GetInstance() {
219 return Singleton<WebDataServiceFactory>::get();
222 content::BrowserContext* WebDataServiceFactory::GetBrowserContextToUse(
227 BrowserContextKeyedService* WebDataServiceFactory::BuildServiceInstanceFor(
232 bool WebDataServiceFactory::ServiceIsNULLWhileTesting() const {