Searched refs:data_model (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc550 const AutofillDataModel* data_model = NULL; local
555 // NOTE: RefreshDataModels may invalidate |data_model| because it causes the
561 unique_id, &data_model, &variant, &is_credit_card) ||
573 profile_full_name = data_model->GetInfo(
576 static_cast<const AutofillProfile*>(data_model)->language_code();
585 base::string16 value = data_model->GetInfoForVariant(
634 base::string16 value = data_model->GetInfoForVariant(
719 const AutofillDataModel* data_model = NULL; local
723 unique_id, &data_model, &variant, &unused_is_credit_card)) {
734 personal_data_->RemoveByGUID(data_model
938 GetProfileOrCreditCard( int unique_id, const AutofillDataModel** data_model, size_t* variant, bool* is_credit_card) const argument
[all...]
H A Dautofill_manager.h233 // if |data_model| points to a CreditCard data model, false if it's a
237 const AutofillDataModel** data_model,
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc67 // Returns the |data_model|'s value corresponding to the |type|, trimmed to the
69 base::string16 GetInfo(const AutofillDataModel& data_model, argument
71 base::string16 data = data_model.GetRawInfo(type);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc510 // |data_model|. If |section| is SECTION_CC, also fills in '123' for the CVC.
511 void FillInputs(DialogSection section, const AutofillDataModel& data_model) { argument
527 output = data_model.GetInfo(AutofillType(type), "en-US");

Completed in 123 milliseconds