Searched defs:CursorWindowDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc26 class CursorWindowDelegate : public aura::WindowDelegate { class in namespace:ash
28 CursorWindowDelegate() : is_cursor_compositing_enabled_(false) {} function in class:ash::CursorWindowDelegate
29 virtual ~CursorWindowDelegate() {}
90 DISALLOW_COPY_AND_ASSIGN(CursorWindowDelegate);
99 delegate_(new CursorWindowDelegate()) {

Completed in 82 milliseconds