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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service.h38 class AutofillWebDataService : public AutofillWebData, class in namespace:autofill
41 AutofillWebDataService();
43 AutofillWebDataService(scoped_refptr<WebDatabaseService> wdbs,
46 // Retrieve an AutofillWebDataService for the given context.
48 static scoped_refptr<AutofillWebDataService> FromBrowserContext(
104 virtual ~AutofillWebDataService();
108 base::WeakPtr<AutofillWebDataService> AsWeakPtr() {
117 base::WeakPtrFactory<AutofillWebDataService> weak_ptr_factory_;
121 DISALLOW_COPY_AND_ASSIGN(AutofillWebDataService);
H A Dautofill_webdata_service.cc27 AutofillWebDataService::AutofillWebDataService( function in class:autofill::AutofillWebDataService
36 &AutofillWebDataService::NotifyAutofillMultipleChangedOnUIThread,
44 AutofillWebDataService::AutofillWebDataService() function in class:autofill::AutofillWebDataService
51 void AutofillWebDataService::ShutdownOnUIThread() {
59 void AutofillWebDataService::AddFormFields(
66 WebDataServiceBase::Handle AutofillWebDataService::GetFormValuesForElementName(
74 WebDataServiceBase::Handle AutofillWebDataService::HasFormElements(
81 void AutofillWebDataService
[all...]

Completed in 83 milliseconds