OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrayEnterprise
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/chromeos/enterprise/
tray_enterprise.cc
16
TrayEnterprise
::
TrayEnterprise
(SystemTray* system_tray)
23
TrayEnterprise
::~
TrayEnterprise
() {
28
void
TrayEnterprise
::UpdateEnterpriseMessage() {
35
views::View*
TrayEnterprise
::CreateDefaultView(user::LoginStatus status) {
46
void
TrayEnterprise
::DestroyDefaultView() {
50
void
TrayEnterprise
::OnEnterpriseDomainChanged() {
54
void
TrayEnterprise
::OnViewClicked(views::View* sender) {
tray_enterprise.h
19
class
TrayEnterprise
: public SystemTrayItem,
23
explicit
TrayEnterprise
(SystemTray* system_tray);
24
virtual ~
TrayEnterprise
();
43
DISALLOW_COPY_AND_ASSIGN(
TrayEnterprise
);
Completed in 508 milliseconds