HomeSort by relevance Sort by last modified time
    Searched defs:AutofillProfile (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 27 // A collection of FormGroups stored in a profile. AutofillProfile also
31 class AutofillProfile : public AutofillDataModel {
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);
86 int Compare(const AutofillProfile& profile) const
    [all...]
autofill_profile.cc 115 const base::string16 MultiString(const AutofillProfile& p,
228 AutofillProfile::AutofillProfile(const std::string& guid,
236 AutofillProfile::AutofillProfile()
243 AutofillProfile::AutofillProfile(const AutofillProfile& profile)
248 AutofillProfile::~AutofillProfile() {
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 39 public static class AutofillProfile {
55 @CalledByNative("AutofillProfile")
56 public static AutofillProfile create(String guid, String origin,
61 return new AutofillProfile(guid, origin, fullName, companyName,
67 public AutofillProfile(String guid, String origin, String fullName, String companyName,
89 @CalledByNative("AutofillProfile")
94 @CalledByNative("AutofillProfile")
99 @CalledByNative("AutofillProfile")
104 @CalledByNative("AutofillProfile")
109 @CalledByNative("AutofillProfile")
    [all...]

Completed in 598 milliseconds