Home
last modified time | relevance | path

Searched refs:CursorWindowDelegate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
Dcursor_window_controller.cc26 class CursorWindowDelegate : public aura::WindowDelegate { class
28 CursorWindowDelegate() : is_cursor_compositing_enabled_(false) {} in CursorWindowDelegate() function in ash::CursorWindowDelegate
29 virtual ~CursorWindowDelegate() {} in ~CursorWindowDelegate()
90 DISALLOW_COPY_AND_ASSIGN(CursorWindowDelegate);
99 delegate_(new CursorWindowDelegate()) { in CursorWindowController()
Dcursor_window_controller.h17 class CursorWindowDelegate; variable
80 scoped_ptr<CursorWindowDelegate> delegate_;