Searched refs:time_tray_ (Results 1 – 2 of 2) sorted by relevance
158 time_tray_(NULL), in TrayDate()177 CHECK(time_tray_ == NULL); in CreateTrayView()182 time_tray_ = new tray::TimeView(clock_layout); in CreateTrayView()184 view->AddChildView(time_tray_); in CreateTrayView()198 time_tray_ = NULL; in DestroyTrayView()212 if (time_tray_) { in UpdateAfterShelfAlignmentChange()216 time_tray_->UpdateClockLayout(clock_layout); in UpdateAfterShelfAlignmentChange()221 if (time_tray_) in OnDateFormatChanged()222 time_tray_->UpdateTimeFormat(); in OnDateFormatChanged()228 if (time_tray_) in OnSystemClockTimeUpdated()[all …]
60 tray::TimeView* time_tray_; variable