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

  /external/chromium_org/ash/display/
mirror_window_controller.h 35 class CursorWindowDelegate;
76 scoped_ptr<CursorWindowDelegate> cursor_window_delegate_;
mirror_window_controller.cc 79 class CursorWindowDelegate : public aura::WindowDelegate {
81 CursorWindowDelegate() {}
82 virtual ~CursorWindowDelegate() {}
145 DISALLOW_COPY_AND_ASSIGN(CursorWindowDelegate);
152 cursor_window_delegate_(new CursorWindowDelegate) {

Completed in 51 milliseconds