HomeSort by relevance Sort by last modified time
    Searched refs:clock_layout (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/system/date/
date_view.h 93 explicit TimeView(TrayDate::ClockLayout clock_layout);
100 void UpdateClockLayout(TrayDate::ClockLayout clock_layout);
116 void SetBorderFromLayout(TrayDate::ClockLayout clock_layout);
tray_date.cc 55 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);
date_view_unittest.cc 31 // Creates a time view with horizontal or vertical |clock_layout|.
32 void CreateTimeView(TrayDate::ClockLayout clock_layout) {
33 time_view_.reset(new TimeView(clock_layout));
date_view.cc 205 TimeView::TimeView(TrayDate::ClockLayout clock_layout)
210 UpdateClockLayout(clock_layout);
266 void TimeView::UpdateClockLayout(TrayDate::ClockLayout clock_layout){
267 SetBorderFromLayout(clock_layout);
268 if (clock_layout == TrayDate::HORIZONTAL_CLOCK) {
293 void TimeView::SetBorderFromLayout(TrayDate::ClockLayout clock_layout) {
294 if (clock_layout == TrayDate::HORIZONTAL_CLOCK)

Completed in 55 milliseconds