HomeSort by relevance Sort by last modified time
    Searched refs:DefaultSystemTrayDelegate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.cc 40 DefaultSystemTrayDelegate::DefaultSystemTrayDelegate()
45 DefaultSystemTrayDelegate::~DefaultSystemTrayDelegate() {
48 void DefaultSystemTrayDelegate::Initialize() {
51 void DefaultSystemTrayDelegate::Shutdown() {
54 bool DefaultSystemTrayDelegate::GetTrayVisibilityOnStartup() {
58 user::LoginStatus DefaultSystemTrayDelegate::GetUserLoginStatus() const {
62 bool DefaultSystemTrayDelegate::IsOobeCompleted() const {
66 void DefaultSystemTrayDelegate::ChangeProfilePicture()
    [all...]
default_system_tray_delegate.h 15 class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
17 DefaultSystemTrayDelegate();
18 virtual ~DefaultSystemTrayDelegate();
96 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate);
  /external/chromium_org/ash/test/
test_system_tray_delegate.h 14 class TestSystemTrayDelegate : public DefaultSystemTrayDelegate {
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 130 return new DefaultSystemTrayDelegate;
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_views.cc 174 return new ash::DefaultSystemTrayDelegate;

Completed in 155 milliseconds