Home
last modified time | relevance | path

Searched refs:CursorWindowController (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/display/
Dcursor_window_controller.cc93 CursorWindowController::CursorWindowController() in CursorWindowController() function in ash::CursorWindowController
102 CursorWindowController::~CursorWindowController() { in ~CursorWindowController()
106 void CursorWindowController::SetCursorCompositingEnabled(bool enabled) { in SetCursorCompositingEnabled()
115 void CursorWindowController::UpdateContainer() { in UpdateContainer()
134 void CursorWindowController::SetDisplay(const gfx::Display& display) { in SetDisplay()
149 void CursorWindowController::UpdateLocation() { in UpdateLocation()
164 void CursorWindowController::SetCursor(gfx::NativeCursor cursor) { in SetCursor()
173 void CursorWindowController::SetCursorSet(ui::CursorSetType cursor_set) { in SetCursorSet()
178 void CursorWindowController::SetVisibility(bool visible) { in SetVisibility()
187 void CursorWindowController::SetContainer(aura::Window* container) { in SetContainer()
[all …]
Dcursor_window_controller.h24 class CursorWindowController {
26 CursorWindowController();
27 ~CursorWindowController();
82 DISALLOW_COPY_AND_ASSIGN(CursorWindowController);
Ddisplay_controller.h43 class CursorWindowController; variable
85 CursorWindowController* cursor_window_controller() { in cursor_window_controller()
217 scoped_ptr<CursorWindowController> cursor_window_controller_;
Ddisplay_controller.cc235 cursor_window_controller_(new CursorWindowController()), in DisplayController()