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

  /external/chromium_org/ash/system/date/
tray_date.cc 156 TrayDate::TrayDate(SystemTray* system_tray)
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::DestroyDefaultView()
    [all...]
date_view_unittest.cc 33 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);
tray_date.h 28 class TrayDate : public SystemTrayItem,
35 explicit TrayDate(SystemTray* system_tray);
36 virtual ~TrayDate();
67 DISALLOW_COPY_AND_ASSIGN(TrayDate);
date_view.h 92 explicit TimeView(TrayDate::ClockLayout clock_layout);
99 void UpdateClockLayout(TrayDate::ClockLayout clock_layout);
113 void SetBorder(TrayDate::ClockLayout clock_layout);
date_view.cc 193 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/
system_tray.h 30 class TrayDate;
240 internal::TrayDate* tray_date_;
system_tray.cc 180 tray_date_ = new internal::TrayDate(this);

Completed in 101 milliseconds