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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.h27 // A collection of FormGroups stored in a profile. AutofillProfile also
31 class AutofillProfile : public AutofillDataModel { class in namespace:autofill
33 AutofillProfile(const std::string& guid, const std::string& origin);
36 AutofillProfile();
37 AutofillProfile(const AutofillProfile& profile);
38 virtual ~AutofillProfile();
40 AutofillProfile& operator=(const AutofillProfile& profile);
89 int Compare(const AutofillProfile
[all...]
H A Dautofill_profile.cc126 const base::string16 MultiString(const AutofillProfile& p,
252 AutofillProfile::AutofillProfile(const std::string& guid, function in class:autofill::AutofillProfile
260 AutofillProfile::AutofillProfile() function in class:autofill::AutofillProfile
267 AutofillProfile::AutofillProfile(const AutofillProfile& profile) function in class:autofill::AutofillProfile
272 AutofillProfile::~AutofillProfile() {
[all...]
H A Dpersonal_data_manager_unittest.cc39 bool ReturnTrue(const AutofillProfile&) { return true; } argument
147 AutofillProfile profile0(autofill::test::GetFullProfile());
155 const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
160 AutofillProfile profile0a = profile0;
168 const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
173 AutofillProfile profile1 = profile0;
186 std::vector<AutofillProfile*> profiles;
193 AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com");
199 AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
205 AutofillProfile profile
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DPersonalDataManager.java39 public static class AutofillProfile { class in class:PersonalDataManager
56 @CalledByNative("AutofillProfile")
57 public static AutofillProfile create(String guid, String origin,
62 return new AutofillProfile(guid, origin, fullName, companyName,
68 public AutofillProfile(String guid, String origin, String fullName, String companyName, method in class:PersonalDataManager.AutofillProfile
90 @CalledByNative("AutofillProfile")
95 @CalledByNative("AutofillProfile")
100 @CalledByNative("AutofillProfile")
105 @CalledByNative("AutofillProfile")
110 @CalledByNative("AutofillProfile")
[all...]

Completed in 1265 milliseconds