HomeSort by relevance Sort by last modified time
    Searched refs:reg_to_field (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 127 const RegToFieldMap& reg_to_field ) {
138 RegToFieldMap::const_iterator it = reg_to_field.find(value_name);
139 if (it == reg_to_field.end())
202 RegToFieldMap reg_to_field; local
204 reg_to_field[std::wstring(profile_reg_values[i].reg_value_name)] =
216 if (ImportSingleProfile(&profile, &key, reg_to_field)) {
248 if (ImportSingleProfile(&credit_card, &key, reg_to_field)) {
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 137 // 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, &profile))
    [all...]

Completed in 31 milliseconds