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

  /external/chromium/chrome/browser/autofill/
autofill_profile.cc 107 p.GetMultiInfo(type, &values);
274 void AutofillProfile::GetMultiInfo(AutofillFieldType type,
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);
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 316 GetMultiInfo(type, app_locale, &values);
364 void AutofillProfile::GetMultiInfo(const AutofillType& type,
522 // GetMultiInfo always returns at least one element, even if the profile

Completed in 8338 milliseconds