Home
last modified time | relevance | path

Searched refs:SetCountry (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Daddress.cc139 SetCountry(value); in SetInfo()
183 void Address::SetCountry(const string16& country) { in SetCountry() function in Address
Daddress.h53 void SetCountry(const string16& country);
Daddress_unittest.cc44 TEST(AddressTest, SetCountry) { in TEST() argument