Searched refs:CountryCodeForCurrentTimezone (Results 1 – 6 of 6) sorted by relevance
12 TEST(TimezoneTest, CountryCodeForCurrentTimezone) { in TEST() argument13 std::string country_code = CountryCodeForCurrentTimezone(); in TEST()
20 BASE_I18N_EXPORT std::string CountryCodeForCurrentTimezone();
15 std::string CountryCodeForCurrentTimezone() { in CountryCodeForCurrentTimezone() function
23 std::string country_code = CountryCodeForCurrentTimezone(); in TEST()