Home
last modified time | relevance | path

Searched refs:GetMultiInfo (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.h70 void GetMultiInfo(const AutofillType& type,
Dautofill_profile_unittest.cc877 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()
Dautofill_profile.cc357 GetMultiInfo(type, app_locale, &values); in GetInfoForVariant()
437 void AutofillProfile::GetMultiInfo(const AutofillType& type, in GetMultiInfo() function in autofill::AutofillProfile
Dpersonal_data_manager.cc583 profile->GetMultiInfo(type, app_locale_, &multi_values); in GetProfileSuggestions()
/external/chromium_org/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc197 profile.GetMultiInfo( in GetValueList()