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

/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.h28 class WebDataServiceWrapper : public KeyedService { class in inherits:KeyedService
30 explicit WebDataServiceWrapper(Profile* profile);
33 WebDataServiceWrapper();
35 virtual ~WebDataServiceWrapper();
61 DISALLOW_COPY_AND_ASSIGN(WebDataServiceWrapper);
68 // Returns the WebDataServiceWrapper associated with the |profile|.
69 static WebDataServiceWrapper* GetForProfile(
73 static WebDataServiceWrapper* GetForProfileIfExists(
H A Dweb_data_service_factory.cc70 WebDataServiceWrapper::WebDataServiceWrapper() { function in class:WebDataServiceWrapper
73 WebDataServiceWrapper::WebDataServiceWrapper(Profile* profile) { function in class:WebDataServiceWrapper
132 WebDataServiceWrapper::~WebDataServiceWrapper() {
135 void WebDataServiceWrapper::Shutdown() {
147 WebDataServiceWrapper::GetAutofillWebData() {
152 WebDataServiceWrapper::GetKeywordWebData() {
156 scoped_refptr<TokenWebData> WebDataServiceWrapper
[all...]

Completed in 285 milliseconds