Searched refs:autofill_profile (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.h75 // Adds the autofill profile |autofill_profile| to sync profile |profile|.
76 void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
H A Dautofill_helper.cc16 #include "components/autofill/core/browser/autofill_profile.h"
303 void AddProfile(int profile, const AutofillProfile& autofill_profile) { argument
308 autofill_profiles.push_back(autofill_profile);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.h170 AutofillProfile* autofill_profile);
175 AutofillProfile* autofill_profile);
H A Dautofill_profile_syncable_service.cc12 #include "components/autofill/core/browser/autofill_profile.h"
245 autofill_profile().guid();
492 specifics.autofill_profile());
616 AutofillProfile* autofill_profile) {
617 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value)
619 autofill_profile->SetRawInfo(field_type, UTF8ToUTF16(new_value));
626 AutofillProfile* autofill_profile) {
628 autofill_profile->GetRawMultiInfo(field_type, &values);
644 autofill_profile->SetRawMultiInfo(field_type, values);
613 UpdateField( ServerFieldType field_type, const std::string& new_value, AutofillProfile* autofill_profile) argument
623 UpdateMultivaluedField( ServerFieldType field_type, const ::google::protobuf::RepeatedPtrField<std::string>& new_values, AutofillProfile* autofill_profile) argument
H A Dautofill_profile_syncable_service_unittest.cc8 #include "components/autofill/core/browser/autofill_profile.h"
514 EXPECT_EQ(guid_present1, data[0].GetSpecifics().autofill_profile().guid());
515 EXPECT_EQ(guid_present2, data[1].GetSpecifics().autofill_profile().guid());
516 EXPECT_EQ(kHttpOrigin, data[0].GetSpecifics().autofill_profile().origin());
517 EXPECT_EQ(kHttpsOrigin, data[1].GetSpecifics().autofill_profile().origin());
574 result.sync_data().GetSpecifics().autofill_profile();
593 result.sync_data().GetSpecifics().autofill_profile();
1114 result.sync_data().GetSpecifics().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"
259 AutofillProfile autofill_profile; local
260 autofill::test::SetProfileInfo(&autofill_profile,
276 personal_data_manager->AddProfile(autofill_profile);
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc231 return GetEntitySpecifics().autofill_profile();
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions_unittest.cc281 SET_FIELD(autofill_profile);
H A Dproto_value_conversions.cc796 SET_FIELD(autofill_profile, AutofillProfileSpecificsToValue);
/external/chromium_org/components/
H A Dautofill_core_browser.target.darwin-arm.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.darwin-arm64.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.darwin-mips.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.darwin-mips64.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.darwin-x86.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.darwin-x86_64.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.linux-arm.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.linux-arm64.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.linux-mips.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.linux-mips64.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.linux-x86.mk50 components/autofill/core/browser/autofill_profile.cc \
H A Dautofill_core_browser.target.linux-x86_64.mk50 components/autofill/core/browser/autofill_profile.cc \
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc533 const AutofillProfile& autofill_profile) {
535 autofill_profile);
532 AddAutofillProfileToProfile(Profile* profile, const AutofillProfile& autofill_profile) argument

Completed in 166 milliseconds