Searched defs:clock_layout (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/system/date/
H A Ddate_view_unittest.cc31 // Creates a time view with horizontal or vertical |clock_layout|.
32 void CreateTimeView(TrayDate::ClockLayout clock_layout) { argument
33 time_view_.reset(new TimeView(clock_layout));
H A Dtray_date.cc55 ClockLayout clock_layout = local
59 time_tray_ = new tray::TimeView(clock_layout);
97 ClockLayout clock_layout = (alignment == SHELF_ALIGNMENT_BOTTOM || local
100 time_tray_->UpdateClockLayout(clock_layout);
H A Ddate_view.cc205 TimeView::TimeView(TrayDate::ClockLayout clock_layout) argument
210 UpdateClockLayout(clock_layout);
266 void TimeView::UpdateClockLayout(TrayDate::ClockLayout clock_layout){ argument
267 SetBorderFromLayout(clock_layout);
268 if (clock_layout == TrayDate::HORIZONTAL_CLOCK) {
293 void TimeView::SetBorderFromLayout(TrayDate::ClockLayout clock_layout) { argument
294 if (clock_layout == TrayDate::HORIZONTAL_CLOCK)

Completed in 588 milliseconds