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.h 17 class ASH_EXPORT HighContrastController {
19 HighContrastController();
21 ~HighContrastController() {}
36 DISALLOW_COPY_AND_ASSIGN(HighContrastController);
high_contrast_controller.cc 13 HighContrastController::HighContrastController()
17 void HighContrastController::SetEnabled(bool enabled) {
28 void HighContrastController::OnRootWindowAdded(aura::RootWindow* root_window) {
32 void HighContrastController::UpdateDisplay(aura::RootWindow* root_window) {

Completed in 27 milliseconds