Searched refs:TrayRotationLock (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock.h18 // TrayRotationLock is a provider of views for the SystemTray. Both a tray view
22 // TrayRotationLock is only available on the primary display.
23 class ASH_EXPORT TrayRotationLock : public TrayImageItem, class in namespace:ash
27 explicit TrayRotationLock(SystemTray* system_tray);
28 virtual ~TrayRotationLock();
54 DISALLOW_COPY_AND_ASSIGN(TrayRotationLock);
H A Dtray_rotation_lock.cc94 TrayRotationLock::TrayRotationLock(SystemTray* system_tray) function in class:ash::TrayRotationLock
107 TrayRotationLock::~TrayRotationLock() {
112 void TrayRotationLock::OnRotationLockChanged(bool rotation_locked) {
116 views::View* TrayRotationLock::CreateDefaultView(user::LoginStatus status) {
122 void TrayRotationLock::OnMaximizeModeStarted() {
128 void TrayRotationLock::OnMaximizeModeEnded() {
133 bool TrayRotationLock::GetInitialVisibility() {
137 bool TrayRotationLock
[all...]
H A Dtray_rotation_lock_unittest.cc32 TrayRotationLock* tray() {
44 // Sets up a TrayRotationLock, its tray view, and its default view, for the
51 // TrayRotationLock have been cleared. Tests may then call
60 scoped_ptr<TrayRotationLock> tray_;
69 tray_.reset(new TrayRotationLock(status_area_widget->system_tray()));
84 // allows for DisplayManager to treat it as one. TrayRotationLock is only
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc195 AddTrayItem(new TrayRotationLock(this));

Completed in 312 milliseconds