Home | History | Annotate | Download | only in autofill

Lines Matching defs:AutofillProfile

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() {
199 AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) {
216 void AutofillProfile::GetPossibleFieldTypes(
224 void AutofillProfile::GetAvailableFieldTypes(
231 string16 AutofillProfile::GetInfo(AutofillFieldType type) const {
240 void AutofillProfile::SetInfo(AutofillFieldType type, const string16& value) {
246 void AutofillProfile::SetMultiInfo(AutofillFieldType type,
274 void AutofillProfile::GetMultiInfo(AutofillFieldType type,
296 bool AutofillProfile::SupportsMultiValue(AutofillFieldType type) {
304 const string16 AutofillProfile::Label() const {
308 const std::string AutofillProfile::CountryCode() const {
312 void AutofillProfile::SetCountryCode(const std::string& country_code) {
317 bool AutofillProfile::AdjustInferredLabels(
318 std::vector<AutofillProfile*>* profiles) {
337 void AutofillProfile::CreateInferredLabels(
338 const std::vector<AutofillProfile*>* profiles,
379 bool AutofillProfile::IsEmpty() const {
385 int AutofillProfile::Compare(const AutofillProfile& profile) const {
412 int AutofillProfile::CompareMulti(const AutofillProfile& profile) const {
454 bool AutofillProfile::operator==(const AutofillProfile& profile) const {
458 bool AutofillProfile::operator!=(const AutofillProfile& profile) const {
462 const string16 AutofillProfile::PrimaryValue() const {
467 void AutofillProfile::OverwriteWithOrAddTo(const AutofillProfile& profile) {
477 if (AutofillProfile::SupportsMultiValue(*iter)) {
497 string16 AutofillProfile::ConstructInferredLabel(
530 void AutofillProfile::CreateDifferentiatingLabels(
531 const std::vector<AutofillProfile*>& profiles,
547 const AutofillProfile* profile = profiles[*it];
568 const AutofillProfile* profile = profiles[*it];
606 AutofillProfile::FormGroupList AutofillProfile::FormGroups() const {
617 const FormGroup* AutofillProfile::FormGroupForType(
619 return const_cast<AutofillProfile*>(this)->MutableFormGroupForType(type);
622 FormGroup* AutofillProfile::MutableFormGroupForType(AutofillFieldType type) {
650 std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile) {