Searched refs:CursorWindowController (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc93 CursorWindowController::CursorWindowController() function in class:ash::CursorWindowController
102 CursorWindowController::~CursorWindowController() {
106 void CursorWindowController::SetCursorCompositingEnabled(bool enabled) {
115 void CursorWindowController::UpdateContainer() {
134 void CursorWindowController::SetDisplay(const gfx::Display& display) {
149 void CursorWindowController::UpdateLocation() {
164 void CursorWindowController::SetCursor(gfx::NativeCursor cursor) {
173 void CursorWindowController
[all...]
H A Dcursor_window_controller.h20 // When cursor compositing is disabled, CursorWindowController is responsible
24 class CursorWindowController { class in namespace:ash
26 CursorWindowController();
27 ~CursorWindowController();
82 DISALLOW_COPY_AND_ASSIGN(CursorWindowController);
H A Ddisplay_controller.cc235 cursor_window_controller_(new CursorWindowController()),
H A Ddisplay_controller.h43 class CursorWindowController;
84 CursorWindowController* cursor_window_controller() {
212 scoped_ptr<CursorWindowController> cursor_window_controller_;

Completed in 2385 milliseconds