| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef ASH_SHELL_H_ | 5 #ifndef ASH_SHELL_H_ |
| 6 #define ASH_SHELL_H_ | 6 #define ASH_SHELL_H_ |
| 7 | 7 |
| 8 #include <utility> | 8 #include <utility> |
| 9 #include <vector> | 9 #include <vector> |
| 10 | 10 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 class AccelerometerController; | 76 class AccelerometerController; |
| 77 class AcceleratorFilter; | 77 class AcceleratorFilter; |
| 78 class AccessibilityDelegate; | 78 class AccessibilityDelegate; |
| 79 class AppListController; | 79 class AppListController; |
| 80 class AshNativeCursorManager; | 80 class AshNativeCursorManager; |
| 81 class AutoclickController; | 81 class AutoclickController; |
| 82 class BluetoothNotificationController; | 82 class BluetoothNotificationController; |
| 83 class CaptureController; | 83 class CaptureController; |
| 84 class DesktopBackgroundController; | 84 class DesktopBackgroundController; |
| 85 class DisplayChangeObserver; | 85 class DisplayChangeObserver; |
| 86 class DisplayConfiguratorAnimation; |
| 86 class DisplayController; | 87 class DisplayController; |
| 87 class DisplayErrorObserver; | 88 class DisplayErrorObserver; |
| 88 class DisplayManager; | 89 class DisplayManager; |
| 89 class DragDropController; | 90 class DragDropController; |
| 90 class EventClientImpl; | 91 class EventClientImpl; |
| 91 class EventRewriterEventFilter; | 92 class EventRewriterEventFilter; |
| 92 class EventTransformationHandler; | 93 class EventTransformationHandler; |
| 93 class FirstRunHelper; | 94 class FirstRunHelper; |
| 94 class FocusCycler; | 95 class FocusCycler; |
| 95 class GPUSupport; | 96 class GPUSupport; |
| 96 class HighContrastController; | 97 class HighContrastController; |
| 97 class KeyboardUMAEventFilter; | 98 class KeyboardUMAEventFilter; |
| 98 class LastWindowClosedLogoutReminder; | 99 class LastWindowClosedLogoutReminder; |
| 99 class LocaleNotificationController; | 100 class LocaleNotificationController; |
| 100 class LockStateController; | 101 class LockStateController; |
| 101 class LogoutConfirmationController; | 102 class LogoutConfirmationController; |
| 102 class MagnificationController; | 103 class MagnificationController; |
| 103 class MaximizeModeController; | 104 class MaximizeModeController; |
| 104 class MaximizeModeWindowManager; | 105 class MaximizeModeWindowManager; |
| 105 class MediaDelegate; | 106 class MediaDelegate; |
| 106 class MouseCursorEventFilter; | 107 class MouseCursorEventFilter; |
| 107 class MruWindowTracker; | 108 class MruWindowTracker; |
| 108 class NestedDispatcherController; | 109 class NestedDispatcherController; |
| 109 class NewWindowDelegate; | 110 class NewWindowDelegate; |
| 110 class OutputConfiguratorAnimation; | |
| 111 class OverlayEventFilter; | 111 class OverlayEventFilter; |
| 112 class PartialMagnificationController; | 112 class PartialMagnificationController; |
| 113 class PowerButtonController; | 113 class PowerButtonController; |
| 114 class PowerEventObserver; | 114 class PowerEventObserver; |
| 115 class ProjectingObserver; | 115 class ProjectingObserver; |
| 116 class ResizeShadowController; | 116 class ResizeShadowController; |
| 117 class ResolutionNotificationController; | 117 class ResolutionNotificationController; |
| 118 class RootWindowController; | 118 class RootWindowController; |
| 119 class ScopedTargetRootWindow; | 119 class ScopedTargetRootWindow; |
| 120 class ScreenAsh; | 120 class ScreenAsh; |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 | 497 |
| 498 MaximizeModeController* maximize_mode_controller() { | 498 MaximizeModeController* maximize_mode_controller() { |
| 499 return maximize_mode_controller_.get(); | 499 return maximize_mode_controller_.get(); |
| 500 } | 500 } |
| 501 | 501 |
| 502 #if defined(OS_CHROMEOS) | 502 #if defined(OS_CHROMEOS) |
| 503 // TODO(oshima): Move these objects to DisplayController. | 503 // TODO(oshima): Move these objects to DisplayController. |
| 504 ui::DisplayConfigurator* display_configurator() { | 504 ui::DisplayConfigurator* display_configurator() { |
| 505 return display_configurator_.get(); | 505 return display_configurator_.get(); |
| 506 } | 506 } |
| 507 OutputConfiguratorAnimation* output_configurator_animation() { | 507 DisplayConfiguratorAnimation* display_configurator_animation() { |
| 508 return output_configurator_animation_.get(); | 508 return display_configurator_animation_.get(); |
| 509 } | 509 } |
| 510 DisplayErrorObserver* display_error_observer() { | 510 DisplayErrorObserver* display_error_observer() { |
| 511 return display_error_observer_.get(); | 511 return display_error_observer_.get(); |
| 512 } | 512 } |
| 513 | 513 |
| 514 ResolutionNotificationController* resolution_notification_controller() { | 514 ResolutionNotificationController* resolution_notification_controller() { |
| 515 return resolution_notification_controller_.get(); | 515 return resolution_notification_controller_.get(); |
| 516 } | 516 } |
| 517 | 517 |
| 518 LogoutConfirmationController* logout_confirmation_controller() { | 518 LogoutConfirmationController* logout_confirmation_controller() { |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 scoped_ptr<StickyKeysController> sticky_keys_controller_; | 697 scoped_ptr<StickyKeysController> sticky_keys_controller_; |
| 698 scoped_ptr<ResolutionNotificationController> | 698 scoped_ptr<ResolutionNotificationController> |
| 699 resolution_notification_controller_; | 699 resolution_notification_controller_; |
| 700 scoped_ptr<BluetoothNotificationController> | 700 scoped_ptr<BluetoothNotificationController> |
| 701 bluetooth_notification_controller_; | 701 bluetooth_notification_controller_; |
| 702 scoped_ptr<LogoutConfirmationController> logout_confirmation_controller_; | 702 scoped_ptr<LogoutConfirmationController> logout_confirmation_controller_; |
| 703 scoped_ptr<LastWindowClosedLogoutReminder> | 703 scoped_ptr<LastWindowClosedLogoutReminder> |
| 704 last_window_closed_logout_reminder_; | 704 last_window_closed_logout_reminder_; |
| 705 // Controls video output device state. | 705 // Controls video output device state. |
| 706 scoped_ptr<ui::DisplayConfigurator> display_configurator_; | 706 scoped_ptr<ui::DisplayConfigurator> display_configurator_; |
| 707 scoped_ptr<OutputConfiguratorAnimation> output_configurator_animation_; | 707 scoped_ptr<DisplayConfiguratorAnimation> display_configurator_animation_; |
| 708 scoped_ptr<DisplayErrorObserver> display_error_observer_; | 708 scoped_ptr<DisplayErrorObserver> display_error_observer_; |
| 709 scoped_ptr<ProjectingObserver> projecting_observer_; | 709 scoped_ptr<ProjectingObserver> projecting_observer_; |
| 710 | 710 |
| 711 // Listens for output changes and updates the display manager. | 711 // Listens for output changes and updates the display manager. |
| 712 scoped_ptr<DisplayChangeObserver> display_change_observer_; | 712 scoped_ptr<DisplayChangeObserver> display_change_observer_; |
| 713 | 713 |
| 714 #if defined(USE_X11) | 714 #if defined(USE_X11) |
| 715 scoped_ptr<ui::EventHandler> magnifier_key_scroll_handler_; | 715 scoped_ptr<ui::EventHandler> magnifier_key_scroll_handler_; |
| 716 scoped_ptr<ui::EventHandler> speech_feedback_handler_; | 716 scoped_ptr<ui::EventHandler> speech_feedback_handler_; |
| 717 #endif // defined(USE_X11) | 717 #endif // defined(USE_X11) |
| (...skipping 22 matching lines...) Expand all Loading... |
| 740 | 740 |
| 741 // Injected content::GPUDataManager support. | 741 // Injected content::GPUDataManager support. |
| 742 scoped_ptr<GPUSupport> gpu_support_; | 742 scoped_ptr<GPUSupport> gpu_support_; |
| 743 | 743 |
| 744 DISALLOW_COPY_AND_ASSIGN(Shell); | 744 DISALLOW_COPY_AND_ASSIGN(Shell); |
| 745 }; | 745 }; |
| 746 | 746 |
| 747 } // namespace ash | 747 } // namespace ash |
| 748 | 748 |
| 749 #endif // ASH_SHELL_H_ | 749 #endif // ASH_SHELL_H_ |
| OLD | NEW |