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

  /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...]

Completed in 437 milliseconds