Searched refs:time_tray_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/date/
H A Dtray_date.cc22 time_tray_(NULL),
42 return time_tray_;
54 CHECK(time_tray_ == NULL);
59 time_tray_ = new tray::TimeView(clock_layout);
61 view->AddChildView(time_tray_);
82 time_tray_ = NULL;
96 if (time_tray_) {
100 time_tray_->UpdateClockLayout(clock_layout);
105 if (time_tray_)
106 time_tray_
[all...]
H A Dtray_date.h70 tray::TimeView* time_tray_; member in class:ash::TrayDate

Completed in 216 milliseconds