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

/external/chromium_org/ui/views/
H A Dmouse_watcher_aura.cc26 class MouseWatcher::Observer : public ui::EventHandler {
28 explicit Observer(MouseWatcher* mouse_watcher)
86 MouseWatcher* mouse_watcher_;
100 MouseWatcher::MouseWatcher(MouseWatcherHost* host, function in class:views::MouseWatcher
108 MouseWatcher::~MouseWatcher() {
111 void MouseWatcher::Start() {
116 void MouseWatcher::Stop() {
120 void MouseWatcher
[all...]
H A Dmouse_watcher.h34 // The mouse moved within the window which was current when the MouseWatcher
37 // The mouse moved exited the window which was current when the MouseWatcher
49 // MouseWatcher is used to watch mouse movement and notify its listener when the
51 class VIEWS_EXPORT MouseWatcher { class in namespace:views
53 // Creates a new MouseWatcher. The |listener| will be notified when the |host|
56 MouseWatcher(MouseWatcherHost* host, MouseWatcherListener* listener);
57 ~MouseWatcher();
95 DISALLOW_COPY_AND_ASSIGN(MouseWatcher);

Completed in 171 milliseconds