Searched refs:TrayDate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/system/date/
H A Dtray_date.cc156 TrayDate::TrayDate(SystemTray* system_tray) function in class:ash::internal::TrayDate
166 TrayDate::~TrayDate() {
170 views::View* TrayDate::GetHelpButtonView() const {
176 views::View* TrayDate::CreateTrayView(user::LoginStatus status) {
188 views::View* TrayDate::CreateDefaultView(user::LoginStatus status) {
193 views::View* TrayDate::CreateDetailedView(user::LoginStatus status) {
197 void TrayDate::DestroyTrayView() {
201 void TrayDate
[all...]
H A Ddate_view_unittest.cc33 void CreateTimeView(TrayDate::ClockLayout clock_layout) {
46 CreateTimeView(TrayDate::HORIZONTAL_CLOCK);
52 time_view()->UpdateClockLayout(TrayDate::VERTICAL_CLOCK);
58 time_view()->UpdateClockLayout(TrayDate::HORIZONTAL_CLOCK);
H A Dtray_date.h28 class TrayDate : public SystemTrayItem, class in namespace:ash::internal
35 explicit TrayDate(SystemTray* system_tray);
36 virtual ~TrayDate();
67 DISALLOW_COPY_AND_ASSIGN(TrayDate);
H A Ddate_view.h92 explicit TimeView(TrayDate::ClockLayout clock_layout);
99 void UpdateClockLayout(TrayDate::ClockLayout clock_layout);
113 void SetBorder(TrayDate::ClockLayout clock_layout);
H A Ddate_view.cc193 TimeView::TimeView(TrayDate::ClockLayout clock_layout)
250 void TimeView::UpdateClockLayout(TrayDate::ClockLayout clock_layout){
252 if (clock_layout == TrayDate::HORIZONTAL_CLOCK) {
277 void TimeView::SetBorder(TrayDate::ClockLayout clock_layout) {
278 if (clock_layout == TrayDate::HORIZONTAL_CLOCK)
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.h30 class TrayDate;
240 internal::TrayDate* tray_date_;
H A Dsystem_tray.cc180 tray_date_ = new internal::TrayDate(this);

Completed in 131 milliseconds