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

  /external/chromium_org/ash/display/
cursor_window_controller.h 20 // When cursor compositing is disabled, CursorWindowController is responsible
24 class CursorWindowController {
26 CursorWindowController();
27 ~CursorWindowController();
82 DISALLOW_COPY_AND_ASSIGN(CursorWindowController);
cursor_window_controller.cc 93 CursorWindowController::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::SetCursorSet(ui::CursorSetType cursor_set)
    [all...]
display_controller.h 43 class CursorWindowController;
84 CursorWindowController* cursor_window_controller() {
212 scoped_ptr<CursorWindowController> cursor_window_controller_;
display_controller.cc 235 cursor_window_controller_(new CursorWindowController()),

Completed in 50 milliseconds