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

  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 660 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_NUMBER, &get_values)
    [all...]
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);
autofill_profile.h 56 void GetMultiInfo(AutofillFieldType type,
autofill_manager.cc 854 profile->GetMultiInfo(type, &multi_values);
891 profile->GetMultiInfo(type, &multi_values);
    [all...]
autofill_merge_unittest.cc 55 profiles[i]->GetMultiInfo(type, &values);
personal_data_manager_unittest.cc     [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 67 void GetMultiInfo(const AutofillType& type,
161 // Shared implementation for GetRawMultiInfo() and GetMultiInfo(). Pass an
autofill_profile.cc 349 void AutofillProfile::GetMultiInfo(const AutofillType& type,
369 GetMultiInfo(type, app_locale, &values);
385 GetMultiInfo(field.Type(), app_locale, &values);
555 // GetMultiInfo always returns at least one element, even if the profile
personal_data_manager.cc 598 profile->GetMultiInfo(type, app_locale_, &multi_values);
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 242 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);
    [all...]
autofill_table_unittest.cc 850 db_profile->GetMultiInfo(NAME_FULL, &set_values);
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 137 profile_->GetMultiInfo(
autofill_dialog_controller_unittest.cc     [all...]
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 98 profile.GetMultiInfo(type, &values);

Completed in 275 milliseconds