Lines Matching full:profile
19 bool UpdateProfileLabel(AutofillProfile *profile) {
21 profiles.push_back(profile);
32 // Empty profile - nothing to update.
189 // Profile 0 and 2 inferred label now includes an e-mail.
218 // Profile 0 and 2 inferred label now includes a fax number.
482 // A field must have a non-empty value for each profile to be considered a
593 // Result of assignment should be logically equal to the original profile.
601 // Assignment to self should not change the profile value.
639 AutofillProfile profile;
640 EXPECT_EQ(std::string(), profile.CountryCode());
642 profile.SetCountryCode("US");
643 EXPECT_EQ("US", profile.CountryCode());