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

/external/chromium/chrome/browser/autofill/
H A Dautofill_profile_unittest.cc660 p.GetMultiInfo(NAME_FULL, &get_values);
672 p.GetMultiInfo(NAME_FULL, &get_values);
682 p.GetMultiInfo(NAME_FULL, &get_values);
704 p.GetMultiInfo(EMAIL_ADDRESS, &get_values);
716 p.GetMultiInfo(EMAIL_ADDRESS, &get_values);
726 p.GetMultiInfo(EMAIL_ADDRESS, &get_values);
748 p.GetMultiInfo(PHONE_HOME_WHOLE_NUMBER, &get_values);
760 p.GetMultiInfo(PHONE_HOME_WHOLE_NUMBER, &get_values);
770 p.GetMultiInfo(PHONE_HOME_WHOLE_NUMBER, &get_values);
792 p.GetMultiInfo(PHONE_FAX_WHOLE_NUMBE
[all...]
H A Dautofill_profile.cc107 p.GetMultiInfo(type, &values);
274 void AutofillProfile::GetMultiInfo(AutofillFieldType type, function in class:AutofillProfile
438 GetMultiInfo(multi_value_types[i], &values_a);
439 profile.GetMultiInfo(multi_value_types[i], &values_b);
479 profile.GetMultiInfo(*iter, &new_values);
481 GetMultiInfo(*iter, &existing_values);
H A Dautofill_profile.h56 void GetMultiInfo(AutofillFieldType type,
H A Dautofill_manager.cc854 profile->GetMultiInfo(type, &multi_values);
891 profile->GetMultiInfo(type, &multi_values);
996 profile->GetMultiInfo(type, &values);
1010 profile->GetMultiInfo(type, &values);
H A Dautofill_merge_unittest.cc55 profiles[i]->GetMultiInfo(type, &values);
H A Dpersonal_data_manager_unittest.cc935 expected.GetMultiInfo(NAME_FULL, &values);
938 expected.GetMultiInfo(EMAIL_ADDRESS, &values);
1053 expected.GetMultiInfo(PHONE_HOME_WHOLE_NUMBER, &values);
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.h67 void GetMultiInfo(const AutofillType& type,
142 // Shared implementation for GetRawMultiInfo() and GetMultiInfo(). Pass an
H A Dautofill_profile.cc316 GetMultiInfo(type, app_locale, &values);
364 void AutofillProfile::GetMultiInfo(const AutofillType& type, function in class:autofill::AutofillProfile
522 // GetMultiInfo always returns at least one element, even if the profile
H A Dpersonal_data_manager.cc578 profile->GetMultiInfo(type, app_locale_, &multi_values);
/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc242 profile.GetMultiInfo(NAME_FIRST, &first_names);
244 profile.GetMultiInfo(NAME_MIDDLE, &middle_names);
246 profile.GetMultiInfo(NAME_LAST, &last_names);
276 profile.GetMultiInfo(EMAIL_ADDRESS, &emails);
313 profile.GetMultiInfo(field_type, &numbers);
998 old_profile->GetMultiInfo(NAME_FULL, &values);
1002 old_profile->GetMultiInfo(EMAIL_ADDRESS, &values);
1006 old_profile->GetMultiInfo(PHONE_HOME_WHOLE_NUMBER, &values);
1010 old_profile->GetMultiInfo(PHONE_FAX_WHOLE_NUMBER, &values);
H A Dautofill_table_unittest.cc850 db_profile->GetMultiInfo(NAME_FULL, &set_values);
/external/chromium/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc98 profile.GetMultiInfo(type, &values);

Completed in 198 milliseconds