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

/external/chromium/chrome/browser/autofill/
H A Dautofill_profile.h27 // A collection of FormGroups stored in a profile. AutofillProfile also
35 AutofillProfile : public FormGroup { class in inherits: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| object
[all...]
H A Dautofill_profile.cc105 const string16 MultiString(const AutofillProfile& p, AutofillFieldType type) {
179 AutofillProfile::AutofillProfile(const std::string& guid) function in class:AutofillProfile
183 AutofillProfile::AutofillProfile() function in class:AutofillProfile
191 AutofillProfile::AutofillProfile(const AutofillProfile& profile) function in class:AutofillProfile
196 AutofillProfile::~AutofillProfile() {
[all...]

Completed in 42 milliseconds