Home
last modified time | relevance | path

Searched refs:ClockLayout (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/date/
Ddate_view.h93 explicit TimeView(TrayDate::ClockLayout clock_layout);
100 void UpdateClockLayout(TrayDate::ClockLayout clock_layout);
116 void SetBorderFromLayout(TrayDate::ClockLayout clock_layout);
Dtray_date.cc55 ClockLayout clock_layout = in CreateTrayView()
97 ClockLayout clock_layout = (alignment == SHELF_ALIGNMENT_BOTTOM || in UpdateAfterShelfAlignmentChange()
Ddate_view.cc205 TimeView::TimeView(TrayDate::ClockLayout clock_layout) in TimeView()
266 void TimeView::UpdateClockLayout(TrayDate::ClockLayout clock_layout){ in UpdateClockLayout()
293 void TimeView::SetBorderFromLayout(TrayDate::ClockLayout clock_layout) { in SetBorderFromLayout()
Ddate_view_unittest.cc32 void CreateTimeView(TrayDate::ClockLayout clock_layout) { in CreateTimeView()
Dtray_date.h29 enum ClockLayout { enum