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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend_impl.h40 class AutofillWebDataBackendImpl class in namespace:autofill
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);
H A Dautofill_webdata_backend_impl.cc27 AutofillWebDataBackendImpl::AutofillWebDataBackendImpl( function in class:autofill::AutofillWebDataBackendImpl
32 : base::RefCountedDeleteOnMessageLoop<AutofillWebDataBackendImpl>(
40 void AutofillWebDataBackendImpl::AddObserver(
46 void AutofillWebDataBackendImpl::RemoveObserver(
52 AutofillWebDataBackendImpl::~AutofillWebDataBackendImpl() {
56 WebDatabase* AutofillWebDataBackendImpl::GetDatabase() {
61 void AutofillWebDataBackendImpl::RemoveExpiredFormElements() {
63 Bind(&AutofillWebDataBackendImpl
[all...]

Completed in 64 milliseconds