HomeSort by relevance Sort by last modified time
    Searched defs:AutofillProfile (Results 1 - 5 of 5) 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);
85 int Compare(const AutofillProfile& profile) const
    [all...]
autofill_profile.cc 110 const base::string16 MultiString(const AutofillProfile& p,
223 AutofillProfile::AutofillProfile(const std::string& guid,
231 AutofillProfile::AutofillProfile()
238 AutofillProfile::AutofillProfile(const AutofillProfile& profile)
243 AutofillProfile::~AutofillProfile() {
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 27 // A collection of FormGroups stored in a profile. AutofillProfile also
35 AutofillProfile : public FormGroup {
37 explicit AutofillProfile(const std::string& guid);
40 AutofillProfile();
41 AutofillProfile(const AutofillProfile& profile);
42 virtual ~AutofillProfile();
44 AutofillProfile& operator=(const AutofillProfile& profile);
67 // This guid is the primary identifier for |AutofillProfile| objects
    [all...]
autofill_profile.cc 105 const string16 MultiString(const AutofillProfile& p, AutofillFieldType type) {
179 AutofillProfile::AutofillProfile(const std::string& guid)
183 AutofillProfile::AutofillProfile()
191 AutofillProfile::AutofillProfile(const AutofillProfile& profile)
196 AutofillProfile::~AutofillProfile() {
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 30 public static class AutofillProfile {
44 @CalledByNative("AutofillProfile")
45 public static AutofillProfile create(String guid, String origin, String fullName,
48 return new AutofillProfile(guid, origin, fullName, companyName, addressLine1,
52 public AutofillProfile(String guid, String origin, String fullName, String companyName,
69 @CalledByNative("AutofillProfile")
74 @CalledByNative("AutofillProfile")
79 @CalledByNative("AutofillProfile")
84 @CalledByNative("AutofillProfile")
89 @CalledByNative("AutofillProfile")
    [all...]

Completed in 600 milliseconds