Lines Matching refs:consumer

195                    WebDataServiceConsumer* consumer);
236 WebDataServiceConsumer* consumer,
238 : WebDataRequest(service, handle, consumer),
258 WebDataServiceConsumer* consumer,
261 : WebDataRequest(service, handle, consumer),
324 // On success, consumer is notified with WDResult<std::vector<TemplateURL*>.
325 Handle GetKeywords(WebDataServiceConsumer* consumer);
352 Handle GetWebAppImages(const GURL& app_url, WebDataServiceConsumer* consumer);
368 Handle GetAllTokens(WebDataServiceConsumer* consumer);
396 // |consumer| will be notified when the request is done. The result is of
398 // The result will be null on failure. The |consumer| owns all PasswordForm's.
400 WebDataServiceConsumer* consumer);
404 // |consumer| will be notified when the request is done. The result is of
406 // The result will be null on failure. The |consumer| owns all PasswordForms.
407 Handle GetAutofillableLogins(WebDataServiceConsumer* consumer);
410 // |consumer| will be notified when the request is done. The result is of
412 // The result will be null on failure. The |consumer| owns all PasswordForm's.
413 Handle GetBlacklistLogins(WebDataServiceConsumer* consumer);
422 // Get the login matching the information in |info|. |consumer| will be
427 WebDataServiceConsumer* consumer);
441 // |consumer| gets called back when the request is finished, with the vector
446 WebDataServiceConsumer* consumer);
465 // OnWebDataServiceRequestDone of |consumer| gets called when the request is
467 // consumer owns the profiles.
468 Handle GetAutofillProfiles(WebDataServiceConsumer* consumer);
485 // OnWebDataServiceRequestDone of |consumer| gets called when the request is
487 // consumer owns the credit cards.
488 Handle GetCreditCards(WebDataServiceConsumer* consumer);
669 // been performed, the data consumer is notified using the following interface.