HighContrastController   13 ash/high_contrast/high_contrast_controller.cc HighContrastController::HighContrastController()
HighContrastController   17 ash/high_contrast/high_contrast_controller.cc void HighContrastController::SetEnabled(bool enabled) {
HighContrastController   28 ash/high_contrast/high_contrast_controller.cc void HighContrastController::OnRootWindowAdded(aura::Window* root_window) {
HighContrastController   32 ash/high_contrast/high_contrast_controller.cc void HighContrastController::UpdateDisplay(aura::Window* root_window) {
HighContrastController   18 ash/high_contrast/high_contrast_controller.h class ASH_EXPORT HighContrastController {
HighContrastController   20 ash/high_contrast/high_contrast_controller.h   HighContrastController();
HighContrastController   22 ash/high_contrast/high_contrast_controller.h   ~HighContrastController() {}
HighContrastController   37 ash/high_contrast/high_contrast_controller.h   DISALLOW_COPY_AND_ASSIGN(HighContrastController);
HighContrastController  936 ash/shell.cc     high_contrast_controller_.reset(new HighContrastController);
HighContrastController   98 ash/shell.h    class HighContrastController;
HighContrastController  405 ash/shell.h      HighContrastController* high_contrast_controller() {
HighContrastController  657 ash/shell.h      scoped_ptr<HighContrastController> high_contrast_controller_;