Searched refs:timezone_country (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc793 std::string timezone_country = CountryCodeForCurrentTimezone(); local
794 if (!timezone_country.empty())
795 country_codes.push_back(base::StringToLowerASCII(timezone_country));

Completed in 996 milliseconds