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

  /external/chromium_org/ash/system/chromeos/
system_clock_observer.h 25 virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
system_clock_observer.cc 37 void SystemClockObserver::TimezoneChanged(const icu::TimeZone& timezone) {
  /external/chromium_org/content/browser/
time_zone_monitor_chromeos.cc 24 virtual void TimezoneChanged(const icu::TimeZone& time_zone) OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/settings/
system_settings_provider.h 35 virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
system_settings_provider.cc 40 // This will call TimezoneChanged.
61 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) {
  /external/chromium_org/chromeos/settings/
timezone_settings.h 23 virtual void TimezoneChanged(const icu::TimeZone& timezone) = 0;
timezone_settings.cc 386 FOR_EACH_OBSERVER(Observer, observers_, TimezoneChanged(*known_timezone));
425 FOR_EACH_OBSERVER(Observer, observers_, TimezoneChanged(*known_timezone));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
set_time_ui.cc 65 virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE {

Completed in 615 milliseconds