Searched defs:OnKeyEvent (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/login/
H A Dkeyboard_driven_oobe_key_handler.cc19 void KeyboardDrivenOobeKeyHandler::OnKeyEvent(ui::KeyEvent* event) { function in class:chromeos::KeyboardDrivenOobeKeyHandler
H A Dinput_events_blocker.cc23 void InputEventsBlocker::OnKeyEvent(ui::KeyEvent* event) { function in class:chromeos::InputEventsBlocker
/external/chromium_org/ash/
H A Dkeyboard_uma_event_filter.cc26 void KeyboardUMAEventFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::internal::KeyboardUMAEventFilter
/external/chromium_org/ash/wm/
H A Devent_rewriter_event_filter.cc23 void EventRewriterEventFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::internal::EventRewriterEventFilter
H A Dsystem_modal_container_event_filter.cc22 void SystemModalContainerEventFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::internal::SystemModalContainerEventFilter
H A Doverlay_event_filter.cc24 void OverlayEventFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::internal::OverlayEventFilter
H A Dwindow_cycle_controller.cc32 virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
44 void WindowCycleEventFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::__anon3671::WindowCycleEventFilter
H A Duser_activity_detector.cc69 void UserActivityDetector::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::UserActivityDetector
H A Dsticky_keys.cc146 void StickyKeys::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::StickyKeys
H A Dtoplevel_window_event_handler.cc174 void ToplevelWindowEventHandler::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::ToplevelWindowEventHandler
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_controller.h43 virtual void OnKeyEvent(const KeyEvent& event) {} function in class:extensions::api::braille_display_private::BrailleObserver
H A Dbraille_display_private_api.cc20 namespace OnKeyEvent = extensions::api::braille_display_private::OnKeyEvent;
70 void BrailleDisplayPrivateAPI::OnKeyEvent( function in class:extensions::BrailleDisplayPrivateAPI
76 OnKeyEvent::kEventName, OnKeyEvent::Create(key_event)));
125 event_router->RegisterObserver(observer_, OnKeyEvent::kEventName);
140 event_router->HasEventListener(OnKeyEvent::kEventName));
/external/chromium_org/ash/accelerators/
H A Daccelerator_filter.cc102 void AcceleratorFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::internal::AcceleratorFilter
/external/chromium_org/ui/aura/test/
H A Dtest_event_handler.cc30 void TestEventHandler::OnKeyEvent(ui::KeyEvent* event) { function in class:aura::test::TestEventHandler
H A Dtest_window_delegate.cc114 void ColorTestWindowDelegate::OnKeyEvent(ui::KeyEvent* event) { function in class:aura::test::ColorTestWindowDelegate
155 void EventCountDelegate::OnKeyEvent(ui::KeyEvent* event) { function in class:aura::test::EventCountDelegate
/external/chromium_org/ui/events/
H A Devent_handler.cc25 OnKeyEvent(static_cast<KeyEvent*>(event));
38 void EventHandler::OnKeyEvent(KeyEvent* event) { function in class:ui::EventHandler
H A Devent_target.cc67 void EventTarget::OnKeyEvent(KeyEvent* event) { function in class:ui::EventTarget
70 target_handler_->OnKeyEvent(event);
/external/chromium_org/ui/views/corewm/
H A Dinput_method_event_filter.cc39 void InputMethodEventFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:views::corewm::InputMethodEventFilter
H A Dcompound_event_filter.cc164 handler->OnKeyEvent(event);
222 void CompoundEventFilter::OnKeyEvent(ui::KeyEvent* event) { function in class:views::corewm::CompoundEventFilter
H A Dwindow_modality_controller.cc118 void WindowModalityController::OnKeyEvent(ui::KeyEvent* event) { function in class:views::corewm::WindowModalityController
H A Dfocus_controller.cc185 void FocusController::OnKeyEvent(ui::KeyEvent* event) { function in class:views::corewm::FocusController
H A Dtooltip_controller.cc160 void TooltipController::OnKeyEvent(ui::KeyEvent* event) { function in class:views::corewm::TooltipController
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc57 virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
152 void AutoclickControllerImpl::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::AutoclickControllerImpl
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider.cc241 void WindowSlider::OnKeyEvent(ui::KeyEvent* event) { function in class:content::WindowSlider
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc341 void DragDropController::OnKeyEvent(ui::KeyEvent* event) { function in class:ash::internal::DragDropController

Completed in 390 milliseconds

12