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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win.cc137 // given |form_group|, with the help of |reg_to_field|. When importing address
141 const RegToFieldMap& reg_to_field,
155 RegToFieldMap::const_iterator it = reg_to_field.find(value_name);
156 if (it == reg_to_field.end())
177 // with the help of |reg_to_field|. Returns true if any fields were set, false
181 const RegToFieldMap& reg_to_field,
185 ImportSingleFormGroup(key, reg_to_field, app_locale, profile, &phone);
253 RegToFieldMap reg_to_field; local
255 reg_to_field[std::wstring(profile_reg_values[i].reg_value_name)] =
268 if (ImportSingleProfile(app_locale, key, reg_to_field,
140 ImportSingleFormGroup(const RegKey& key, const RegToFieldMap& reg_to_field, const std::string& app_locale, FormGroup* form_group, PhoneNumber::PhoneCombineHelper* phone) argument
179 ImportSingleProfile(const std::string& app_locale, const RegKey& key, const RegToFieldMap& reg_to_field, AutofillProfile* profile) argument
[all...]

Completed in 1196 milliseconds