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

  /external/chromium/chrome/browser/autofill/
address.h 61 virtual bool IsCountry(const string16& text) const;
address_unittest.cc 80 TEST(AddressTest, IsCountry) {
address.cc 80 if (IsCountry(text))
204 bool Address::IsCountry(const string16& text) const {

Completed in 909 milliseconds