Home | History | Annotate | Download | only in browser

Lines Matching refs:imported_profile

229   scoped_ptr<AutofillProfile> imported_profile(new AutofillProfile);
233 imported_profile->set_origin(origin);
268 imported_profile->GetRawInfo(EMAIL_ADDRESS) != value) {
269 imported_profile.reset();
277 imported_profile.reset();
298 imported_profile->SetInfo(field_type, value, app_locale_);
303 imported_profile->GetRawInfo(ADDRESS_HOME_COUNTRY).empty()) {
304 imported_profile.reset();
311 if (imported_profile.get() && !home.IsEmpty()) {
313 if (!home.ParseNumber(*imported_profile, app_locale_,
315 !imported_profile->SetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER),
318 imported_profile.reset();
324 if (imported_profile.get() &&
325 !IsValidLearnableProfile(*imported_profile, app_locale_))
326 imported_profile.reset();
355 if (imported_profile.get()) {
357 SaveImportedProfile(*imported_profile);
361 if (imported_profile.get() || *imported_credit_card || merged_credit_card)
983 const AutofillProfile& imported_profile) {
992 if (imported_profile.IsSubsetOf(**iter, app_locale_))
998 imported_profile, web_profiles_.get(), app_locale_,