Searched defs:GetHourClockType (Results 1 - 3 of 3) sorted by path

/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc97 base::HourClockType DefaultSystemTrayDelegate::GetHourClockType() const { function in class:ash::DefaultSystemTrayDelegate
/external/chromium_org/base/i18n/
H A Dtime_formatting.cc63 HourClockType default_type = GetHourClockType();
121 HourClockType GetHourClockType() { function in namespace:base
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc189 clock_type_(base::GetHourClockType()),
413 base::HourClockType SystemTrayDelegateChromeOS::GetHourClockType() const { function in class:chromeos::SystemTrayDelegateChromeOS
948 : (base::GetHourClockType() == base::k24HourClock));
955 : (base::GetHourClockType() == base::k24HourClock));

Completed in 1864 milliseconds