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

/external/chromium_org/ash/system/chromeos/enterprise/
H A Dtray_enterprise.h20 class TrayEnterprise : public SystemTrayItem, class in namespace:ash
24 explicit TrayEnterprise(SystemTray* system_tray);
25 virtual ~TrayEnterprise();
44 DISALLOW_COPY_AND_ASSIGN(TrayEnterprise);
H A Dtray_enterprise.cc18 TrayEnterprise::TrayEnterprise(SystemTray* system_tray) function in class:ash::TrayEnterprise
25 TrayEnterprise::~TrayEnterprise() {
30 void TrayEnterprise::UpdateEnterpriseMessage() {
37 views::View* TrayEnterprise::CreateDefaultView(user::LoginStatus status) {
48 void TrayEnterprise::DestroyDefaultView() {
52 void TrayEnterprise::OnEnterpriseDomainChanged() {
56 void TrayEnterprise::OnViewClicked(views::View* sender) {

Completed in 283 milliseconds