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

  /external/chromium_org/ui/views/
mouse_watcher_aura.cc 26 class MouseWatcher::Observer : public ui::EventHandler {
28 explicit Observer(MouseWatcher* mouse_watcher)
86 MouseWatcher* mouse_watcher_;
100 MouseWatcher::MouseWatcher(MouseWatcherHost* host,
108 MouseWatcher::~MouseWatcher() {
111 void MouseWatcher::Start() {
116 void MouseWatcher::Stop() {
120 void MouseWatcher::NotifyListener()
    [all...]
mouse_watcher.h 34 // 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 {
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 95 milliseconds