Home
last modified time | relevance | path

Searched refs:SetCursorCompositingEnabled (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/display/
Dcursor_window_controller.cc62 void SetCursorCompositingEnabled(bool enabled) { in SetCursorCompositingEnabled() function in ash::CursorWindowDelegate
106 void CursorWindowController::SetCursorCompositingEnabled(bool enabled) { in SetCursorCompositingEnabled() function in ash::CursorWindowController
109 delegate_->SetCursorCompositingEnabled(enabled); in SetCursorCompositingEnabled()
Dcursor_window_controller.h34 void SetCursorCompositingEnabled(bool enabled);
Ddisplay_manager_unittest.cc1302 Shell::GetInstance()->SetCursorCompositingEnabled(true); in TEST_F()
1315 Shell::GetInstance()->SetCursorCompositingEnabled(false); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/accessibility/
Dmagnification_manager.cc209 ash::Shell::GetInstance()->SetCursorCompositingEnabled( in UpdateMagnifierFromPrefs()
Daccessibility_manager.cc468 ash::Shell::GetInstance()->SetCursorCompositingEnabled( in UpdateLargeCursorFromPref()
688 ash::Shell::GetInstance()->SetCursorCompositingEnabled( in UpdateHighContrastFromPref()
/external/chromium_org/ash/
Dshell.cc619 void Shell::SetCursorCompositingEnabled(bool enabled) { in SetCursorCompositingEnabled() function in ash::Shell
620 display_controller_->cursor_window_controller()->SetCursorCompositingEnabled( in SetCursorCompositingEnabled()
Dshell.h570 void SetCursorCompositingEnabled(bool enabled);