Searched refs:address1_ (Results 1 – 2 of 2) sorted by relevance
58 ok = ok && Add(field_type_map, address1_, AutofillType(address_line1)); in GetFieldInfo()132 address_field->address1_ != NULL || address_field->address2_ != NULL || in Parse()146 if (address1_ == NULL) in FindType()153 string16 name = StringToLowerASCII(address1_->name); in FindType()158 return address1_ != NULL; in IsFullAddress()163 address1_(NULL), in AddressField()206 if (address_field->address1_) in ParseAddressLines()212 if (!ParseText(iter, pattern, &address_field->address1_)) in ParseAddressLines()219 if (!ParseText(iter, pattern, &address_field->address1_)) in ParseAddressLines()220 if (!ParseLabelText(iter, label_pattern, &address_field->address1_)) in ParseAddressLines()
58 AutofillField* address1_; variable