Searched defs:TrayUser (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/user/
H A Dtray_user.cc42 TrayUser::TrayUser(SystemTray* system_tray, MultiProfileIndex index) function in class:ash::TrayUser
52 TrayUser::~TrayUser() {
56 TrayUser::TestState TrayUser::GetStateForTest() const {
62 gfx::Size TrayUser::GetLayoutSizeForTest() const {
70 gfx::Rect TrayUser::GetUserPanelBoundsInScreenForTest() const {
75 void TrayUser::UpdateAfterLoginStatusChangeForTest(user::LoginStatus status) {
79 views::View* TrayUser
[all...]
H A Dtray_user.h31 class ASH_EXPORT TrayUser : public SystemTrayItem, class in namespace:ash
38 TrayUser(SystemTray* system_tray, MultiProfileIndex index);
39 virtual ~TrayUser();
58 // Update the TrayUser as if the current LoginStatus is |status|.
96 DISALLOW_COPY_AND_ASSIGN(TrayUser);

Completed in 596 milliseconds