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

/external/chromium_org/media/base/
H A Duser_input_monitor.cc13 scoped_ptr<UserInputMonitor> UserInputMonitor::Create(
16 return scoped_ptr<UserInputMonitor>();
20 UserInputMonitor::UserInputMonitor() function in class:media::UserInputMonitor
25 UserInputMonitor::~UserInputMonitor() {
30 void UserInputMonitor::AddMouseListener(MouseEventListener* listener) {
42 void UserInputMonitor::RemoveMouseListener(MouseEventListener* listener) {
55 void UserInputMonitor
[all...]
H A Duser_input_monitor.h25 class MEDIA_EXPORT UserInputMonitor { class in namespace:media
36 typedef ObserverListThreadSafe<UserInputMonitor::MouseEventListener>
39 UserInputMonitor();
40 virtual ~UserInputMonitor();
42 // Creates a platform-specific instance of UserInputMonitor.
45 static scoped_ptr<UserInputMonitor> Create(
84 DISALLOW_COPY_AND_ASSIGN(UserInputMonitor);

Completed in 49 milliseconds