Searched defs:DispatchKeyEvent (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/base/ime/linux/
H A Dfake_input_method_context.cc13 bool FakeInputMethodContext::DispatchKeyEvent( function in class:ui::FakeInputMethodContext
/external/chromium_org/ui/base/ime/
H A Dinput_method_minimal.cc26 bool InputMethodMinimal::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::InputMethodMinimal
H A Ddummy_input_method.cc42 bool DummyInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::DummyInputMethod
H A Dinput_method_auralinux.cc76 bool InputMethodAuraLinux::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::InputMethodAuraLinux
85 if (input_method_context_->DispatchKeyEvent(event)) {
H A Dmock_input_method.cc37 bool MockInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::MockInputMethod
H A Dinput_method_win.cc41 bool InputMethodWin::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::InputMethodWin
H A Dinput_method_ibus.cc108 bool InputMethodIBus::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::InputMethodIBus
/external/chromium_org/ash/wm/
H A Dsticky_keys.cc40 virtual void DispatchKeyEvent(ui::KeyEvent* event,
58 void StickyKeysHandlerDelegateImpl::DispatchKeyEvent(ui::KeyEvent* event, function in class:ash::__anon3660::StickyKeysHandlerDelegateImpl
366 delegate_->DispatchKeyEvent(static_cast<ui::KeyEvent*>(event), target);
378 delegate_->DispatchKeyEvent(modifier_up_event_.get(), modifier_up_target);
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_controller_brlapi.cc332 DispatchKeyEvent(event.Pass());
336 void BrailleControllerImpl::DispatchKeyEvent(scoped_ptr<KeyEvent> event) { function in class:extensions::api::braille_display_private::BrailleControllerImpl
340 &BrailleControllerImpl::DispatchKeyEvent,
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.cc148 bool X11InputMethodContextImplGtk2::DispatchKeyEvent( function in class:libgtk2ui::X11InputMethodContextImplGtk2
258 // input key events. DispatchKeyEvent() takes care of the trapped character
/external/chromium_org/ui/views/ime/
H A Dmock_input_method.cc63 void MockInputMethod::DispatchKeyEvent(const ui::KeyEvent& key) { function in class:views::MockInputMethod
H A Dinput_method_bridge.cc120 void InputMethodBridge::DispatchKeyEvent(const ui::KeyEvent& key) { function in class:views::InputMethodBridge
/external/chromium_org/ui/views/widget/
H A Droot_view.cc116 void RootView::DispatchKeyEvent(ui::KeyEvent* event) { function in class:views::internal::RootView
/external/chromium_org/ui/aura/test/
H A Devent_generator.cc469 DispatchKeyEvent(true, key_code, flags);
473 DispatchKeyEvent(false, key_code, flags);
480 void EventGenerator::DispatchKeyEvent(bool is_press, function in class:aura::test::EventGenerator

Completed in 420 milliseconds