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

  /external/chromium_org/ui/base/l10n/
l10n_util.h 59 UI_EXPORT string16 GetDisplayNameForCountry(const std::string& country_code,
l10n_util_unittest.cc 386 TEST_F(L10nUtilTest, GetDisplayNameForCountry) {
387 string16 result = l10n_util::GetDisplayNameForCountry("BR", "en");
390 result = l10n_util::GetDisplayNameForCountry("419", "en");
393 result = l10n_util::GetDisplayNameForCountry("xyz", "en");
l10n_util.cc 561 string16 GetDisplayNameForCountry(const std::string& country_code,
  /external/chromium_org/components/autofill/core/browser/
autofill_country.cc     [all...]

Completed in 883 milliseconds