HomeSort by relevance Sort by last modified time
    Searched defs:DispatchKeyEvent (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/base/ime/linux/
fake_input_method_context.cc 13 bool FakeInputMethodContext::DispatchKeyEvent(
  /external/chromium_org/ui/base/ime/
input_method_minimal.cc 26 bool InputMethodMinimal::DispatchKeyEvent(const ui::KeyEvent& event) {
dummy_input_method.cc 42 bool DummyInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) {
input_method_auralinux.cc 50 bool InputMethodAuraLinux::DispatchKeyEvent(const ui::KeyEvent& event) {
64 if (input_method_context_->DispatchKeyEvent(event))
mock_input_method.cc 46 bool MockInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) {
input_method_chromeos.cc 100 bool InputMethodChromeOS::DispatchKeyEvent(const ui::KeyEvent& event) {
input_method_win.cc 107 bool InputMethodWin::DispatchKeyEvent(const ui::KeyEvent& event) {
  /external/chromium_org/ui/views/ime/
null_input_method.cc 26 void NullInputMethod::DispatchKeyEvent(const ui::KeyEvent& /* key */) {}
mock_input_method.cc 61 void MockInputMethod::DispatchKeyEvent(const ui::KeyEvent& key) {
input_method_bridge.cc 121 void InputMethodBridge::DispatchKeyEvent(const ui::KeyEvent& key) {
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_controller_brlapi.cc 285 DispatchKeyEvent(event.Pass());
289 void BrailleControllerImpl::DispatchKeyEvent(scoped_ptr<KeyEvent> event) {
293 &BrailleControllerImpl::DispatchKeyEvent,
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc 149 bool X11InputMethodContextImplGtk2::DispatchKeyEvent(
246 // input key events. DispatchKeyEvent() takes care of the trapped character
  /external/chromium_org/ash/sticky_keys/
sticky_keys_controller.cc 42 virtual void DispatchKeyEvent(ui::KeyEvent* event,
62 void StickyKeysHandlerDelegateImpl::DispatchKeyEvent(ui::KeyEvent* event,
445 delegate_->DispatchKeyEvent(static_cast<ui::KeyEvent*>(event), target);
457 delegate_->DispatchKeyEvent(modifier_up_event_.get(), modifier_up_target);
  /external/chromium_org/ui/aura/test/
event_generator.cc 501 DispatchKeyEvent(true, key_code, flags);
505 DispatchKeyEvent(false, key_code, flags);
523 void EventGenerator::DispatchKeyEvent(bool is_press,

Completed in 356 milliseconds