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

  /external/chromium_org/media/base/
user_input_monitor.cc 13 scoped_ptr<UserInputMonitor> UserInputMonitor::Create(
16 return scoped_ptr<UserInputMonitor>();
20 UserInputMonitor::UserInputMonitor()
25 UserInputMonitor::~UserInputMonitor() {
30 void UserInputMonitor::AddMouseListener(MouseEventListener* listener) {
42 void UserInputMonitor::RemoveMouseListener(MouseEventListener* listener) {
55 void UserInputMonitor::EnableKeyPressMonitoring()
    [all...]
user_input_monitor.h 25 class MEDIA_EXPORT UserInputMonitor {
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 38 milliseconds