HomeSort by relevance Sort by last modified time
    Searched defs:HighContrastController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/high_contrast/
high_contrast_controller.cc 13 HighContrastController::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) {
high_contrast_controller.h 18 class ASH_EXPORT HighContrastController : public ShellObserver {
20 HighContrastController();
21 virtual ~HighContrastController();
36 DISALLOW_COPY_AND_ASSIGN(HighContrastController);

Completed in 438 milliseconds