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

/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.h66 class WebDataServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
99 static WebDataServiceFactory* GetInstance();
102 friend struct DefaultSingletonTraits<WebDataServiceFactory>;
104 WebDataServiceFactory();
105 virtual ~WebDataServiceFactory();
114 DISALLOW_COPY_AND_ASSIGN(WebDataServiceFactory);
H A Dweb_data_service_factory.cc167 WebDataServiceFactory::WebDataServiceFactory() function in class:WebDataServiceFactory
171 // WebDataServiceFactory has no dependecies.
174 WebDataServiceFactory::~WebDataServiceFactory() {
178 WebDataServiceWrapper* WebDataServiceFactory::GetForProfile(
190 WebDataServiceWrapper* WebDataServiceFactory::GetForProfileIfExists(
203 WebDataServiceFactory::GetAutofillWebDataForProfile(
207 WebDataServiceFactory::GetForProfile(profile, access_type);
216 WebDataServiceFactory
[all...]

Completed in 387 milliseconds