HomeSort by relevance Sort by last modified time
    Searched defs:country_code_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/autofill/core/browser/
address.h 61 std::string country_code_; member in class:autofill::Address
phone_number_i18n.h 82 const base::string16& country_code() const { return country_code_; }
102 base::string16 country_code_; member in class:autofill::i18n::PhoneObject
autofill_country.h 64 const std::string country_code() const { return country_code_; }
91 std::string country_code_; member in class:autofill::AutofillCountry
autofill_profile.cc 198 country_code_(country_code),
203 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
207 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_);
212 std::string country_code_; member in class:autofill::__anon10831::FindByPhone
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
country_rules_aggregator.h 107 std::string country_code_; member in class:i18n::addressinput::CountryRulesAggregator
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
country_rules_aggregator_test.cc 48 country_code_(),
61 std::string country_code_; member in class:i18n::addressinput::CountryRulesAggregatorTest
69 country_code_ = country_code;
85 EXPECT_EQ(region_codes[i], country_code_);

Completed in 71 milliseconds