Searched refs:DefaultSystemTrayDelegate (Results 1 - 5 of 5) sorted by path

/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc228 return new DefaultSystemTrayDelegate;
/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc40 DefaultSystemTrayDelegate::DefaultSystemTrayDelegate() function in class:ash::DefaultSystemTrayDelegate
45 DefaultSystemTrayDelegate::~DefaultSystemTrayDelegate() {
48 void DefaultSystemTrayDelegate::Initialize() {
51 void DefaultSystemTrayDelegate::Shutdown() {
54 bool DefaultSystemTrayDelegate::GetTrayVisibilityOnStartup() {
58 user::LoginStatus DefaultSystemTrayDelegate::GetUserLoginStatus() const {
62 void DefaultSystemTrayDelegate::ChangeProfilePicture() {
65 const std::string DefaultSystemTrayDelegate
[all...]
H A Ddefault_system_tray_delegate.h15 class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate { class in namespace:ash
17 DefaultSystemTrayDelegate();
18 virtual ~DefaultSystemTrayDelegate();
97 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate);
/external/chromium_org/ash/test/
H A Dtest_system_tray_delegate.h14 class TestSystemTrayDelegate : public DefaultSystemTrayDelegate {
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate_views.cc197 return new ash::DefaultSystemTrayDelegate;

Completed in 877 milliseconds