Home
last modified time | relevance | path

Searched refs:OnSystemClockTimeUpdated (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/system/date/
Dclock_observer.h17 virtual void OnSystemClockTimeUpdated() = 0;
Dtray_date.h64 virtual void OnSystemClockTimeUpdated() OVERRIDE;
Dtray_date.cc111 void TrayDate::OnSystemClockTimeUpdated() { in OnSystemClockTimeUpdated() function in ash::TrayDate
/external/chromium_org/ash/system/tray/
Dsystem_tray_notifier.cc270 OnSystemClockTimeUpdated()); in NotifySystemClockTimeUpdated()