Home | History | Annotate | Download | only in autofill

Lines Matching defs:billing_profile

2778     scoped_ptr<AutofillProfile> billing_profile) {
2781 billing_profile.Pass());
4123 scoped_ptr<AutofillProfile> billing_profile;
4128 billing_profile.reset(new AutofillProfile);
4129 FillFormGroupFromOutputs(outputs, billing_profile.get());
4130 billing_profile->set_language_code(billing_address_language_code_);
4136 billing_profile.reset(new AutofillProfile(*profile));
4140 billing_profile.Pass());