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

  /external/chromium_org/base/i18n/
timezone_unittest.cc 12 TEST(TimezoneTest, CountryCodeForCurrentTimezone) {
13 std::string country_code = CountryCodeForCurrentTimezone();
timezone.h 17 BASE_I18N_EXPORT std::string CountryCodeForCurrentTimezone();
timezone.cc 599 std::string CountryCodeForCurrentTimezone() {
  /external/chromium_org/media/video/capture/
video_capture_device.cc 25 std::string current_country = base::CountryCodeForCurrentTimezone();
  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 53 std::string TestPersonalDataManager::CountryCodeForCurrentTimezone()
test_personal_data_manager.h 38 virtual std::string CountryCodeForCurrentTimezone() const OVERRIDE;
personal_data_manager.cc 692 std::string PersonalDataManager::CountryCodeForCurrentTimezone() const {
693 return base::CountryCodeForCurrentTimezone();
781 std::string timezone_country = CountryCodeForCurrentTimezone();
802 default_country_code_ = CountryCodeForCurrentTimezone();
    [all...]
personal_data_manager.h 290 virtual std::string CountryCodeForCurrentTimezone() const;

Completed in 236 milliseconds