OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CursorWindowDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
cursor_window_controller.h
17
class
CursorWindowDelegate
;
80
scoped_ptr<
CursorWindowDelegate
> delegate_;
cursor_window_controller.cc
26
class
CursorWindowDelegate
: public aura::WindowDelegate {
28
CursorWindowDelegate
() : is_cursor_compositing_enabled_(false) {}
29
virtual ~
CursorWindowDelegate
() {}
90
DISALLOW_COPY_AND_ASSIGN(
CursorWindowDelegate
);
99
delegate_(new
CursorWindowDelegate
()) {
Completed in 214 milliseconds