Home
last modified time | relevance | path

Searched refs:HighContrastController (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/high_contrast/
H A Dhigh_contrast_controller.cc13 HighContrastController::HighContrastController() : enabled_(false) { in HighContrastController() function in ash::HighContrastController
17 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()
H A Dhigh_contrast_controller.h19 class ASH_EXPORT HighContrastController : public ShellObserver {
21 HighContrastController();
22 ~HighContrastController() override;
37 DISALLOW_COPY_AND_ASSIGN(HighContrastController);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h125 class HighContrastController; variable
392 HighContrastController* high_contrast_controller() { in high_contrast_controller()
751 std::unique_ptr<HighContrastController> high_contrast_controller_;
H A Dshell.cc1151 high_contrast_controller_.reset(new HighContrastController); in Init()