Searched refs:CountryCodeForCurrentTimezone (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/media/video/capture/
H A Dvideo_capture_device.cc63 std::string current_country = base::CountryCodeForCurrentTimezone();
/external/chromium_org/components/autofill/core/browser/
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();
H A Dpersonal_data_manager.h296 virtual std::string CountryCodeForCurrentTimezone() const;
H A Dtest_personal_data_manager.cc53 std::string TestPersonalDataManager::CountryCodeForCurrentTimezone() function in class:autofill::TestPersonalDataManager
H A Dtest_personal_data_manager.h38 virtual std::string CountryCodeForCurrentTimezone() const OVERRIDE;
/external/chromium_org/base/i18n/
H A Dtimezone.cc599 std::string CountryCodeForCurrentTimezone() { function in namespace:base
H A Dtimezone.h17 BASE_I18N_EXPORT std::string CountryCodeForCurrentTimezone();
H A Dtimezone_unittest.cc12 TEST(TimezoneTest, CountryCodeForCurrentTimezone) {
13 std::string country_code = CountryCodeForCurrentTimezone();

Completed in 122 milliseconds