Home | History | Annotate | Download | only in user

Lines Matching defs:UserView

240 class UserView : public views::View,
244 UserView(SystemTrayItem* owner,
247 virtual ~UserView();
288 // True if |user_card_view_| is a |UserView| - otherwise it is only a
301 DISALLOW_COPY_AND_ASSIGN(UserView);
626 UserView::UserView(SystemTrayItem* owner,
652 UserView::~UserView() {}
654 void UserView::MouseMovedOutOfHost() {
660 TrayUser::TestState UserView::GetStateForTest() const {
673 gfx::Rect UserView::GetBoundsInScreenOfUserButtonForTest() {
678 gfx::Size UserView::GetPreferredSize() {
688 int UserView::GetHeightForWidth(int width) {
692 void UserView::Layout() {
737 void UserView::ButtonPressed(views::Button* sender, const ui::Event& event) {
761 void UserView::AddLogoutButton(ash::user::LoginStatus login) {
789 void UserView::AddUserCard(SystemTrayItem* owner,
893 views::View* UserView::CreateIconForUserCard(ash::user::LoginStatus login) {
910 void UserView::AddLoggedInRetailModeUserCardContent() {
920 void UserView::AddLoggedInPublicModeUserCardContent(SystemTrayItem* owner) {
927 void UserView::ToggleAddUserMenuOption() {
1129 // Do not show more UserView's then there are logged in users.
1133 user_ = new tray::UserView(this, status, multiprofile_index_);