Home
last modified time | relevance | path

Searched refs:GetHourClockType (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/base/i18n/
Dtime_formatting_unittest.cc33 EXPECT_EQ(k12HourClock, GetHourClockType()); in TEST()
71 EXPECT_EQ(k24HourClock, GetHourClockType()); in TEST()
104 EXPECT_EQ(k24HourClock, GetHourClockType()); in TEST()
Dtime_formatting.cc63 HourClockType default_type = GetHourClockType(); in TimeFormatTimeOfDayWithHourClockType()
121 HourClockType GetHourClockType() { in GetHourClockType() function
Dtime_formatting.h62 BASE_I18N_EXPORT HourClockType GetHourClockType();
/external/chromium_org/chrome/browser/ui/ash/
Dsystem_tray_delegate_win.cc34 : clock_type_(base::GetHourClockType()) { in SystemTrayDelegateWin()
94 virtual base::HourClockType GetHourClockType() const OVERRIDE { in GetHourClockType() function in __anon6370d3790111::SystemTrayDelegateWin
292 clock_type_ = (base::GetHourClockType() == base::k24HourClock) ? in UpdateClockType()
Dsystem_tray_delegate_linux.cc34 : clock_type_(base::GetHourClockType()) { in SystemTrayDelegateLinux()
94 virtual base::HourClockType GetHourClockType() const OVERRIDE { in GetHourClockType() function in __anone12eeb7b0111::SystemTrayDelegateLinux
295 clock_type_ = (base::GetHourClockType() == base::k24HourClock) ? in UpdateClockType()
Dsystem_tray_delegate_chromeos.cc189 clock_type_(base::GetHourClockType()), in SystemTrayDelegateChromeOS()
413 base::HourClockType SystemTrayDelegateChromeOS::GetHourClockType() const { in GetHourClockType() function in chromeos::SystemTrayDelegateChromeOS
948 : (base::GetHourClockType() == base::k24HourClock)); in ShouldUse24HourClock()
955 : (base::GetHourClockType() == base::k24HourClock)); in ShouldUse24HourClock()
Dsystem_tray_delegate_chromeos.h70 virtual base::HourClockType GetHourClockType() const OVERRIDE;
Dscreenshot_taker.cc310 return base::GetHourClockType() == base::k24HourClock; in ShouldUse24HourClock()
/external/chromium_org/ash/system/date/
Ddate_view.cc130 GetHourClockType()), in DateView()
160 ash::Shell::GetInstance()->system_tray_delegate()->GetHourClockType(); in UpdateTimeFormat()
207 GetHourClockType()) { in TimeView()
219 ash::Shell::GetInstance()->system_tray_delegate()->GetHourClockType(); in UpdateTimeFormat()
/external/chromium_org/ash/system/tray/
Ddefault_system_tray_delegate.cc97 base::HourClockType DefaultSystemTrayDelegate::GetHourClockType() const { in GetHourClockType() function in ash::DefaultSystemTrayDelegate
Ddefault_system_tray_delegate.h34 virtual base::HourClockType GetHourClockType() const OVERRIDE;
Dsystem_tray_delegate.h128 virtual base::HourClockType GetHourClockType() const = 0;
Dsystem_tray.cc603 ash::Shell::GetInstance()->system_tray_delegate()->GetHourClockType(); in GetAccessibleTimeString()
/external/chromium_org/chrome/browser/chromeos/
Dpreferences.cc194 base::GetHourClockType() == base::k24HourClock, in RegisterProfilePrefs()