Searched refs:GetMultiInfo (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_profile.h | 70 void GetMultiInfo(const AutofillType& type,
|
D | autofill_profile_unittest.cc | 877 b.GetMultiInfo(AutofillType(NAME_FULL), "en-US", &names); in TEST() 886 a.GetMultiInfo(AutofillType(NAME_FULL), "en-US", &names); in TEST() 919 p.GetMultiInfo(AutofillType(NAME_FIRST), "en-US", &first_names); in TEST() 925 p.GetMultiInfo(AutofillType(NAME_LAST), "en-US", &last_names); in TEST()
|
D | autofill_profile.cc | 357 GetMultiInfo(type, app_locale, &values); in GetInfoForVariant() 437 void AutofillProfile::GetMultiInfo(const AutofillType& type, in GetMultiInfo() function in autofill::AutofillProfile
|
D | personal_data_manager.cc | 583 profile->GetMultiInfo(type, app_locale_, &multi_values); in GetProfileSuggestions()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | autofill_options_handler.cc | 197 profile.GetMultiInfo( in GetValueList()
|