Lines Matching refs:Address
33 Address::Address() {} in Address() function in Address
35 Address::Address(const Address& address) : FormGroup() { in Address() function in Address
39 Address::~Address() {} in ~Address()
41 Address& Address::operator=(const Address& address) { in operator =()
56 void Address::GetPossibleFieldTypes(const string16& text, in GetPossibleFieldTypes()
84 void Address::GetAvailableFieldTypes(FieldTypeSet* available_types) const { in GetAvailableFieldTypes()
106 string16 Address::GetInfo(AutofillFieldType type) const { in GetInfo()
128 void Address::SetInfo(AutofillFieldType type, const string16& value) { in SetInfo()
146 void Address::Clear() { in Clear()
157 string16 Address::Country() const { in Country()
165 void Address::set_line1(const string16& line1) { in set_line1()
174 void Address::set_line2(const string16& line2) { in set_line2()
183 void Address::SetCountry(const string16& country) { in SetCountry()
188 bool Address::IsLine1(const string16& text) const { in IsLine1()
192 bool Address::IsLine2(const string16& text) const { in IsLine2()
196 bool Address::IsCity(const string16& text) const { in IsCity()
200 bool Address::IsState(const string16& text) const { in IsState()
204 bool Address::IsCountry(const string16& text) const { in IsCountry()
210 bool Address::IsZipCode(const string16& text) const { in IsZipCode()
214 bool Address::IsLineMatch(const string16& text, in IsLineMatch()
240 bool Address::IsWordInLine(const string16& word, in IsWordInLine()