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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dweb_data_service_unittest.cc51 class AutofillWebDataServiceConsumer: public WebDataServiceConsumer { class in namespace:__anon6351
53 AutofillWebDataServiceConsumer() : handle_(0) {} function in class:__anon6351::AutofillWebDataServiceConsumer
54 virtual ~AutofillWebDataServiceConsumer() {}
72 DISALLOW_COPY_AND_ASSIGN(AutofillWebDataServiceConsumer);
223 AutofillWebDataServiceConsumer<std::vector<base::string16> > consumer;
305 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
324 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
343 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer2;
368 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
390 AutofillWebDataServiceConsumer<st
[all...]

Completed in 630 milliseconds