Searched defs:HighContrastController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/high_contrast/
H A Dhigh_contrast_controller.cc13 HighContrastController::HighContrastController() function in class:ash::HighContrastController
18 HighContrastController::~HighContrastController() {
22 void HighContrastController::SetEnabled(bool enabled) {
33 void HighContrastController::UpdateDisplay(aura::Window* root_window) {
37 void HighContrastController::OnRootWindowAdded(aura::Window* root_window) {
H A Dhigh_contrast_controller.h18 class ASH_EXPORT HighContrastController : public ShellObserver { class in namespace:ash
20 HighContrastController();
21 virtual ~HighContrastController();
36 DISALLOW_COPY_AND_ASSIGN(HighContrastController);

Completed in 263 milliseconds