Searched refs:imported_profile (Results 1 – 2 of 2) sorted by relevance
201 scoped_ptr<AutofillProfile> imported_profile(new AutoFillProfile); in ImportFormData()233 imported_profile.reset(); in ImportFormData()272 imported_profile->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code); in ImportFormData()273 imported_profile->SetInfo(PHONE_HOME_CITY_CODE, city_code); in ImportFormData()274 imported_profile->SetInfo(PHONE_HOME_NUMBER, number); in ImportFormData()276 imported_profile->SetInfo(PHONE_FAX_COUNTRY_CODE, country_code); in ImportFormData()277 imported_profile->SetInfo(PHONE_FAX_CITY_CODE, city_code); in ImportFormData()278 imported_profile->SetInfo(PHONE_FAX_NUMBER, number); in ImportFormData()293 string16 stored_number = imported_profile->GetInfo(number_type); in ImportFormData()301 imported_profile->SetInfo(field_type, value); in ImportFormData()[all …]
213 virtual void SaveImportedProfile(const AutofillProfile& imported_profile);