HomeSort by relevance Sort by last modified time
    Searched refs:GetKeyPressCount (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/media/base/
user_input_monitor_unittest.cc 29 EXPECT_EQ(0u, counter.GetKeyPressCount());
32 EXPECT_EQ(1u, counter.GetKeyPressCount());
36 EXPECT_EQ(1u, counter.GetKeyPressCount());
40 EXPECT_EQ(1u, counter.GetKeyPressCount());
44 EXPECT_EQ(2u, counter.GetKeyPressCount());
user_input_monitor_mac.cc 17 virtual size_t GetKeyPressCount() const OVERRIDE;
32 size_t UserInputMonitorMac::GetKeyPressCount() const {
keyboard_event_counter.h 32 size_t GetKeyPressCount() const;
keyboard_event_counter.cc 37 size_t KeyboardEventCounter::GetKeyPressCount() const {
user_input_monitor.h 66 virtual size_t GetKeyPressCount() const = 0;
user_input_monitor_win.cc 47 size_t GetKeyPressCount() const;
81 virtual size_t GetKeyPressCount() const OVERRIDE;
114 size_t UserInputMonitorWinCore::GetKeyPressCount() const {
115 return counter_.GetKeyPressCount();
273 size_t UserInputMonitorWin::GetKeyPressCount() const {
274 return core_->GetKeyPressCount();
user_input_monitor_linux.cc 57 size_t GetKeyPressCount() const;
94 virtual size_t GetKeyPressCount() const OVERRIDE;
135 size_t UserInputMonitorLinuxCore::GetKeyPressCount() const {
136 return counter_.GetKeyPressCount();
340 size_t UserInputMonitorLinux::GetKeyPressCount() const {
341 return core_->GetKeyPressCount();
  /external/chromium_org/media/audio/
audio_input_controller.cc 264 prev_key_down_count_ = user_input_monitor_->GetKeyPressCount();
400 size_t current_count = user_input_monitor_->GetKeyPressCount();

Completed in 59 milliseconds