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

  /external/chromium/chrome/browser/chromeos/
system_access.h 22 virtual void TimezoneChanged(const icu::TimeZone& timezone) = 0;
system_access.cc 153 FOR_EACH_OBSERVER(Observer, observers_, TimezoneChanged(timezone));
  /external/chromium_org/chrome/browser/chromeos/settings/
system_settings_provider.h 35 virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
system_settings_provider.cc 42 // This will call TimezoneChanged.
63 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) {
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_settings.h 22 virtual void TimezoneChanged(const icu::TimeZone& timezone) = 0;
timezone_settings.cc 380 FOR_EACH_OBSERVER(Observer, observers_, TimezoneChanged(*known_timezone));
419 FOR_EACH_OBSERVER(Observer, observers_, TimezoneChanged(*known_timezone));
ash_system_tray_delegate.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.h 31 virtual void TimezoneChanged(const icu::TimeZone& timezone);
system_settings_provider.cc 228 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) {
  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h 66 virtual void TimezoneChanged(const icu::TimeZone& timezone);
clock_menu_button.cc 163 void ClockMenuButton::TimezoneChanged(const icu::TimeZone& timezone) {
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.h 344 virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
wallpaper_manager.cc     [all...]

Completed in 505 milliseconds