Home | History | Annotate | Download | only in integration

Lines Matching refs:AutofillWebDataService

33 using autofill::AutofillWebDataService;
85 scoped_refptr<AutofillWebDataService> wds =
88 void(AutofillWebDataService::*add_observer_func)(
90 &AutofillWebDataService::AddObserver;
96 void(AutofillWebDataService::*remove_observer_func)(
98 &AutofillWebDataService::RemoveObserver;
102 void GetAllAutofillEntriesOnDBThread(AutofillWebDataService* wds,
109 std::vector<AutofillEntry> GetAllAutofillEntries(AutofillWebDataService* wds) {
168 scoped_refptr<AutofillWebDataService> GetWebDataService(int index) {
194 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile);
196 void(AutofillWebDataService::*add_observer_func)(
198 &AutofillWebDataService::AddObserver;
205 void(AutofillWebDataService::*remove_observer_func)(
207 &AutofillWebDataService::RemoveObserver;
226 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile);