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

  /external/chromium_org/ash/system/date/
date_view.h 83 TimeView(TrayDate::ClockLayout clock_layout);
96 void UpdateClockLayout(TrayDate::ClockLayout clock_layout);
108 void SetBorder(TrayDate::ClockLayout clock_layout);
tray_date.cc 153 ClockLayout clock_layout = local
157 time_tray_ = new tray::TimeView(clock_layout);
186 ClockLayout clock_layout = (alignment == SHELF_ALIGNMENT_BOTTOM || local
189 time_tray_->UpdateClockLayout(clock_layout);
date_view.cc 172 TimeView::TimeView(TrayDate::ClockLayout clock_layout)
177 UpdateClockLayout(clock_layout);
226 void TimeView::UpdateClockLayout(TrayDate::ClockLayout clock_layout){
227 SetBorder(clock_layout);
228 if (clock_layout == TrayDate::HORIZONTAL_CLOCK) {
258 void TimeView::SetBorder(TrayDate::ClockLayout clock_layout) {
259 if (clock_layout == TrayDate::HORIZONTAL_CLOCK)

Completed in 1130 milliseconds