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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service.h39 class AutofillWebDataService : public AutofillWebData, class in namespace:autofill
42 AutofillWebDataService(scoped_refptr<base::MessageLoopProxy> ui_thread,
44 AutofillWebDataService(scoped_refptr<WebDatabaseService> wdbs,
104 virtual ~AutofillWebDataService();
108 base::WeakPtr<AutofillWebDataService> AsWeakPtr() {
125 base::WeakPtrFactory<AutofillWebDataService> weak_ptr_factory_;
127 DISALLOW_COPY_AND_ASSIGN(AutofillWebDataService);
H A Dautofill_webdata_service.cc28 AutofillWebDataService::AutofillWebDataService( function in class:autofill::AutofillWebDataService
40 &AutofillWebDataService::NotifyAutofillMultipleChangedOnUIThread,
47 AutofillWebDataService::AutofillWebDataService( function in class:autofill::AutofillWebDataService
61 void AutofillWebDataService::ShutdownOnUIThread() {
68 void AutofillWebDataService::AddFormFields(
75 WebDataServiceBase::Handle AutofillWebDataService::GetFormValuesForElementName(
83 WebDataServiceBase::Handle AutofillWebDataService::HasFormElements(
90 void AutofillWebDataService
[all...]

Completed in 1873 milliseconds