Home
last modified time | relevance | path

Searched refs:AutofillWebDataBackendImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_webdata_backend_impl.cc27 AutofillWebDataBackendImpl::AutofillWebDataBackendImpl( in AutofillWebDataBackendImpl() function in autofill::AutofillWebDataBackendImpl
32 : base::RefCountedDeleteOnMessageLoop<AutofillWebDataBackendImpl>( in AutofillWebDataBackendImpl()
40 void AutofillWebDataBackendImpl::AddObserver( in AddObserver()
46 void AutofillWebDataBackendImpl::RemoveObserver( in RemoveObserver()
52 AutofillWebDataBackendImpl::~AutofillWebDataBackendImpl() { in ~AutofillWebDataBackendImpl()
56 WebDatabase* AutofillWebDataBackendImpl::GetDatabase() { in GetDatabase()
61 void AutofillWebDataBackendImpl::RemoveExpiredFormElements() { in RemoveExpiredFormElements()
63 Bind(&AutofillWebDataBackendImpl::RemoveExpiredFormElementsImpl, in RemoveExpiredFormElements()
67 void AutofillWebDataBackendImpl::NotifyOfMultipleAutofillChanges() { in NotifyOfMultipleAutofillChanges()
72 base::SupportsUserData* AutofillWebDataBackendImpl::GetDBUserData() { in GetDBUserData()
[all …]
Dautofill_webdata_service.cc43 autofill_backend_ = new AutofillWebDataBackendImpl( in AutofillWebDataService()
55 autofill_backend_(new AutofillWebDataBackendImpl(NULL, in AutofillWebDataService()
64 Bind(&AutofillWebDataBackendImpl::ResetUserData, autofill_backend_)); in ShutdownOnUIThread()
71 Bind(&AutofillWebDataBackendImpl::AddFormElements, in AddFormFields()
79 Bind(&AutofillWebDataBackendImpl::GetFormValuesForElementName, in GetFormValuesForElementName()
86 Bind(&AutofillWebDataBackendImpl::HasFormElements, autofill_backend_), in HasFormElements()
93 Bind(&AutofillWebDataBackendImpl::RemoveFormElementsAddedBetween, in RemoveFormElementsAddedBetween()
100 Bind(&AutofillWebDataBackendImpl::RemoveFormValueForElementName, in RemoveFormValueForElementName()
107 Bind(&AutofillWebDataBackendImpl::AddAutofillProfile, in AddAutofillProfile()
114 Bind(&AutofillWebDataBackendImpl::UpdateAutofillProfile, in UpdateAutofillProfile()
[all …]
Dautofill_webdata_backend_impl.h40 class AutofillWebDataBackendImpl
41 : public base::RefCountedDeleteOnMessageLoop<AutofillWebDataBackendImpl>,
50 AutofillWebDataBackendImpl(
145 virtual ~AutofillWebDataBackendImpl();
148 friend class base::RefCountedDeleteOnMessageLoop<AutofillWebDataBackendImpl>;
149 friend class base::DeleteHelper<AutofillWebDataBackendImpl>;
189 DISALLOW_COPY_AND_ASSIGN(AutofillWebDataBackendImpl);
Dautofill_webdata_service.h32 class AutofillWebDataBackendImpl; variable
122 scoped_refptr<AutofillWebDataBackendImpl> autofill_backend_;