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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.h70 void GetMultiInfo(const AutofillType& type,
159 // Shared implementation for GetRawMultiInfo() and GetMultiInfo(). Pass an
H A Dautofill_profile_unittest.cc877 b.GetMultiInfo(AutofillType(NAME_FULL), "en-US", &names);
886 a.GetMultiInfo(AutofillType(NAME_FULL), "en-US", &names);
919 p.GetMultiInfo(AutofillType(NAME_FIRST), "en-US", &first_names);
925 p.GetMultiInfo(AutofillType(NAME_LAST), "en-US", &last_names);
H A Dautofill_profile.cc357 GetMultiInfo(type, app_locale, &values);
437 void AutofillProfile::GetMultiInfo(const AutofillType& type, function in class:autofill::AutofillProfile
679 // GetMultiInfo always returns at least one element, even if the profile
H A Dpersonal_data_manager.cc583 profile->GetMultiInfo(type, app_locale_, &multi_values);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc197 profile.GetMultiInfo(

Completed in 1545 milliseconds