Searched refs:OnKeyboardEvent (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/base/
H A Duser_input_monitor_unittest.cc31 counter.OnKeyboardEvent(ui::ET_KEY_PRESSED, ui::VKEY_0);
35 counter.OnKeyboardEvent(ui::ET_KEY_PRESSED, ui::VKEY_0);
39 counter.OnKeyboardEvent(ui::ET_KEY_RELEASED, ui::VKEY_0);
42 counter.OnKeyboardEvent(ui::ET_KEY_PRESSED, ui::VKEY_0);
43 counter.OnKeyboardEvent(ui::ET_KEY_RELEASED, ui::VKEY_0);
H A Dkeyboard_event_counter.h17 // This class tracks the total number of keypresses based on the OnKeyboardEvent
27 // OnKeyboardEvent.
36 void OnKeyboardEvent(ui::EventType event, ui::KeyboardCode key_code);
H A Dkeyboard_event_counter.cc22 void KeyboardEventCounter::OnKeyboardEvent(ui::EventType event, function in class:media::KeyboardEventCounter
H A Duser_input_monitor_win.cc217 counter_.OnKeyboardEvent(event, key_code);
H A Duser_input_monitor_linux.cc312 counter_.OnKeyboardEvent(type, key_code);
/external/chromium_org/mojo/examples/keyboard/
H A Dkeyboard.cc118 keyboard_service_->client()->OnKeyboardEvent(target_, key_code,
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc122 virtual void OnKeyboardEvent(Id view_id,

Completed in 2025 milliseconds