Searched refs:RotationLockDefaultView (Results 1 – 2 of 2) sorted by relevance
25 class RotationLockDefaultView : public TrayItemMore, class28 explicit RotationLockDefaultView(SystemTrayItem* owner);29 virtual ~RotationLockDefaultView();41 DISALLOW_COPY_AND_ASSIGN(RotationLockDefaultView);44 RotationLockDefaultView::RotationLockDefaultView(SystemTrayItem* owner) in RotationLockDefaultView() function in ash::tray::RotationLockDefaultView52 RotationLockDefaultView::~RotationLockDefaultView() { in ~RotationLockDefaultView()56 bool RotationLockDefaultView::PerformAction(const ui::Event& event) { in PerformAction()65 void RotationLockDefaultView::OnMaximizeModeStarted() { in OnMaximizeModeStarted()70 void RotationLockDefaultView::OnMaximizeModeEnded() { in OnMaximizeModeEnded()74 void RotationLockDefaultView::UpdateImage() { in UpdateImage()[all …]
15 class RotationLockDefaultView; variable