Home | History | Annotate | Download | only in system

Lines Matching refs:overview_button_tray_

35       overview_button_tray_(NULL),
76 overview_button_tray_->Initialize();
94 delete overview_button_tray_;
95 overview_button_tray_ = NULL;
128 overview_button_tray_->SchedulePaint();
160 overview_button_tray_ = new OverviewButtonTray(this);
161 status_area_widget_delegate_->AddTray(overview_button_tray_);
176 if (overview_button_tray_)
177 overview_button_tray_->SetShelfAlignment(alignment);
199 if (overview_button_tray_)
200 overview_button_tray_->UpdateAfterLoginStatusChange(login_status);