Home
last modified time | relevance | path

Searched refs:RotationLockDefaultView (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/system/chromeos/rotation/
Dtray_rotation_lock.cc25 class RotationLockDefaultView : public TrayItemMore, class
28 explicit RotationLockDefaultView(SystemTrayItem* owner);
29 virtual ~RotationLockDefaultView();
41 DISALLOW_COPY_AND_ASSIGN(RotationLockDefaultView);
44 RotationLockDefaultView::RotationLockDefaultView(SystemTrayItem* owner) in RotationLockDefaultView() function in ash::tray::RotationLockDefaultView
52 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 …]
Dtray_rotation_lock.h15 class RotationLockDefaultView; variable