Searched defs:CountryCodeForCurrentTimezone (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/i18n/
H A Dtimezone.cc599 std::string CountryCodeForCurrentTimezone() { function in namespace:base
/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.cc53 std::string TestPersonalDataManager::CountryCodeForCurrentTimezone() function in class:autofill::TestPersonalDataManager
H A Dpersonal_data_manager.cc704 std::string PersonalDataManager::CountryCodeForCurrentTimezone() const { function in class:autofill::PersonalDataManager
705 return base::CountryCodeForCurrentTimezone();
793 std::string timezone_country = CountryCodeForCurrentTimezone();
815 default_country_code_ = CountryCodeForCurrentTimezone();

Completed in 74 milliseconds