Searched defs:autofill_profile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc15 #include "components/autofill/core/browser/autofill_profile.h"
261 void AddProfile(int profile, const AutofillProfile& autofill_profile) { argument
266 autofill_profiles.push_back(autofill_profile);
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc25 #include "components/autofill/core/browser/autofill_profile.h"
269 AutofillProfile autofill_profile; local
270 autofill::test::SetProfileInfo(&autofill_profile,
286 personal_data_manager->AddProfile(autofill_profile);
/external/chromium_org/chrome/browser/webdata/
H A Dautofill_profile_syncable_service.cc12 #include "components/autofill/core/browser/autofill_profile.h"
250 autofill_profile().guid();
449 specifics.autofill_profile());
571 AutofillProfile* autofill_profile) {
572 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value)
574 autofill_profile->SetRawInfo(field_type, UTF8ToUTF16(new_value));
581 AutofillProfile* autofill_profile) {
583 autofill_profile->GetRawMultiInfo(field_type, &values);
599 autofill_profile->SetRawMultiInfo(field_type, values);
568 UpdateField( ServerFieldType field_type, const std::string& new_value, AutofillProfile* autofill_profile) argument
578 UpdateMultivaluedField( ServerFieldType field_type, const ::google::protobuf::RepeatedPtrField<std::string>& new_values, AutofillProfile* autofill_profile) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc466 const AutofillProfile& autofill_profile) {
468 autofill_profile);
465 AddAutofillProfileToProfile(Profile* profile, const AutofillProfile& autofill_profile) argument

Completed in 4059 milliseconds