Searched refs:HighContrastController (Results 1 – 4 of 4) sorted by relevance
13 HighContrastController::HighContrastController() : enabled_(false) { in HighContrastController() function in ash::HighContrastController17 HighContrastController::~HighContrastController() { in ~HighContrastController()21 void HighContrastController::SetEnabled(bool enabled) { in SetEnabled()32 void HighContrastController::UpdateDisplay(aura::Window* root_window) { in UpdateDisplay()36 void HighContrastController::OnRootWindowAdded(aura::Window* root_window) { in OnRootWindowAdded()
19 class ASH_EXPORT HighContrastController : public ShellObserver {21 HighContrastController();22 ~HighContrastController() override;37 DISALLOW_COPY_AND_ASSIGN(HighContrastController);
125 class HighContrastController; variable392 HighContrastController* high_contrast_controller() { in high_contrast_controller()751 std::unique_ptr<HighContrastController> high_contrast_controller_;
1151 high_contrast_controller_.reset(new HighContrastController); in Init()