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

/external/chromium_org/ui/views/
H A Dmouse_watcher.cc22 class MouseWatcher::Observer : public base::MessageLoopForUI::Observer {
24 explicit Observer(MouseWatcher* mouse_watcher)
118 MouseWatcher* mouse_watcher_;
132 MouseWatcher::MouseWatcher(MouseWatcherHost* host, function in class:views::MouseWatcher
140 MouseWatcher::~MouseWatcher() {
143 void MouseWatcher::Start() {
148 void MouseWatcher::Stop() {
152 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 221 milliseconds