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

  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 153 typedef std::vector<const FormGroup*> FormGroupList;
189 FormGroupList FormGroups() const;
autofill_profile.cc 300 FormGroupList info = FormGroups();
301 for (FormGroupList::const_iterator it = info.begin(); it != info.end(); ++it)
777 FormGroupList info = FormGroups();
778 for (FormGroupList::const_iterator it = info.begin(); it != info.end(); ++it)
    [all...]

Completed in 43 milliseconds