Searched refs:CursorWindowDelegate (Results 1 - 2 of 2) sorted by path

/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()) {
H A Dcursor_window_controller.h17 class CursorWindowDelegate;
80 scoped_ptr<CursorWindowDelegate> delegate_;

Completed in 512 milliseconds