Home
last modified time | relevance | path

Searched refs:KeyboardEventCounter (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/media/base/
Dkeyboard_event_counter.cc12 KeyboardEventCounter::KeyboardEventCounter() : total_key_presses_(0) {} in KeyboardEventCounter() function in media::KeyboardEventCounter
14 KeyboardEventCounter::~KeyboardEventCounter() {} in ~KeyboardEventCounter()
16 void KeyboardEventCounter::Reset() { in Reset()
22 void KeyboardEventCounter::OnKeyboardEvent(ui::EventType event, in OnKeyboardEvent()
37 size_t KeyboardEventCounter::GetKeyPressCount() const { in GetKeyPressCount()
Dkeyboard_event_counter.h21 class MEDIA_EXPORT KeyboardEventCounter {
23 KeyboardEventCounter();
24 ~KeyboardEventCounter();
44 DISALLOW_COPY_AND_ASSIGN(KeyboardEventCounter);
Duser_input_monitor_unittest.cc27 KeyboardEventCounter counter; in TEST()
Duser_input_monitor_win.cc70 KeyboardEventCounter counter_;
Duser_input_monitor_linux.cc82 KeyboardEventCounter counter_;