HomeSort by relevance Sort by last modified time
    Searched refs:data_model (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 532 const AutofillDataModel* data_model = NULL; local
537 // NOTE: RefreshDataModels may invalidate |data_model| because it causes the
543 unique_id, &data_model, &variant, &is_credit_card) ||
554 profile_full_name = data_model->GetInfo(
564 base::string16 value = data_model->GetInfoForVariant(
610 base::string16 value = data_model->GetInfoForVariant(
691 const AutofillDataModel* data_model = NULL; local
695 unique_id, &data_model, &variant, &unused_is_credit_card)) {
706 personal_data_->RemoveByGUID(data_model->guid());
    [all...]
autofill_manager.h 225 // if |data_model| points to a CreditCard data model, false if it's a
229 const AutofillDataModel** data_model,
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 67 // Returns the |data_model|'s value corresponding to the |type|, trimmed to the
69 base::string16 GetInfo(const AutofillDataModel& data_model,
71 base::string16 data = data_model.GetRawInfo(type);
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 508 // |data_model|. If |section| is SECTION_CC, also fills in '123' for the CVC.
509 void FillInputs(DialogSection section, const AutofillDataModel& data_model) {
525 output = data_model.GetInfo(AutofillType(type), "en-US");
    [all...]

Completed in 1316 milliseconds