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

  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profile_unittest_android.cc 67 profile->GetRawMultiInfo(EMAIL_ADDRESS, &loaded_email_addresses);
76 profile->GetRawMultiInfo(EMAIL_ADDRESS, &loaded_email_addresses);
87 profile->GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &loaded_phone_numbers);
97 profile->GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &loaded_phone_numbers);
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc 548 profile.GetRawMultiInfo(autofill::EMAIL_ADDRESS, &values);
555 profile.GetRawMultiInfo(autofill::EMAIL_ADDRESS, &values);
563 profile.GetRawMultiInfo(autofill::EMAIL_ADDRESS, &values);
606 profile1.GetRawMultiInfo(autofill::NAME_FIRST, &values);
611 profile1.GetRawMultiInfo(autofill::NAME_LAST, &values);
616 profile1.GetRawMultiInfo(autofill::EMAIL_ADDRESS, &values);
622 profile1.GetRawMultiInfo(autofill::PHONE_HOME_WHOLE_NUMBER, &values);
644 profile1.GetRawMultiInfo(autofill::NAME_FIRST, &values);
650 profile1.GetRawMultiInfo(autofill::NAME_LAST, &values);
657 profile1.GetRawMultiInfo(autofill::NAME_MIDDLE, &values)
    [all...]
autofill_profile_syncable_service.cc 385 profile.GetRawMultiInfo(autofill::NAME_FIRST, &values);
390 profile.GetRawMultiInfo(autofill::NAME_MIDDLE, &values);
395 profile.GetRawMultiInfo(autofill::NAME_LAST, &values);
414 profile.GetRawMultiInfo(autofill::EMAIL_ADDRESS, &values);
422 profile.GetRawMultiInfo(autofill::PHONE_HOME_WHOLE_NUMBER, &values);
583 autofill_profile->GetRawMultiInfo(field_type, &values);
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 561 a.GetRawMultiInfo(NAME_FULL, &names);
575 b.GetRawMultiInfo(NAME_FULL, &names);
583 a.GetRawMultiInfo(NAME_FULL, &names);
668 p.GetRawMultiInfo(NAME_FULL, &get_values);
679 p.GetRawMultiInfo(NAME_FULL, &get_values);
688 p.GetRawMultiInfo(NAME_FULL, &get_values);
710 p.GetRawMultiInfo(EMAIL_ADDRESS, &get_values);
721 p.GetRawMultiInfo(EMAIL_ADDRESS, &get_values);
730 p.GetRawMultiInfo(EMAIL_ADDRESS, &get_values);
752 p.GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &get_values)
    [all...]
autofill_profile.h 65 void GetRawMultiInfo(ServerFieldType type,
142 // Shared implementation for GetRawMultiInfo() and GetMultiInfo(). Pass an
autofill_profile.cc 113 p.GetRawMultiInfo(type, &values);
358 void AutofillProfile::GetRawMultiInfo(
431 GetRawMultiInfo(multi_value_types[i], &values_a);
432 profile.GetRawMultiInfo(multi_value_types[i], &values_b);
518 profile.GetRawMultiInfo(*iter, &new_values);
520 GetRawMultiInfo(*iter, &existing_values);
autofill_merge_unittest.cc 69 profiles[i]->GetRawMultiInfo(type, &values);
personal_data_manager_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 84 profile.GetRawMultiInfo(type, &values);
86 // |GetRawMultiInfo()| always returns at least one, potentially empty, item.
116 profile.GetRawMultiInfo(autofill::NAME_FIRST, &first_names);
117 profile.GetRawMultiInfo(autofill::NAME_MIDDLE, &middle_names);
118 profile.GetRawMultiInfo(autofill::NAME_LAST, &last_names);
122 // |GetRawMultiInfo()| always returns at least one, potentially empty, item.
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 147 profile_->GetRawMultiInfo(type.GetStorableType(), &values);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 228 profile.GetRawMultiInfo(NAME_FIRST, &first_names);
230 profile.GetRawMultiInfo(NAME_MIDDLE, &middle_names);
232 profile.GetRawMultiInfo(NAME_LAST, &last_names);
256 profile.GetRawMultiInfo(EMAIL_ADDRESS, &emails);
277 profile.GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &numbers);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc     [all...]

Completed in 154 milliseconds