Searched refs:DispatchKeyEvent (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/ui/base/ime/linux/
H A Dfake_input_method_context.cc13 bool FakeInputMethodContext::DispatchKeyEvent( function in class:ui::FakeInputMethodContext
H A Dfake_input_method_context.h18 virtual bool DispatchKeyEvent(const ui::KeyEvent& key_event) OVERRIDE;
H A Dlinux_input_method_context.h30 virtual bool DispatchKeyEvent(const ui::KeyEvent& key_event) = 0;
33 // before calling DispatchKeyEvent().
/external/chromium_org/mojo/views/
H A Dinput_method_mojo_linux.h21 // follow InputMethodWin::DispatchKeyEvent() instead, because PlatformViewX11
30 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
H A Dinput_method_mojo_linux.cc19 bool InputMethodMojoLinux::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:mojo::InputMethodMojoLinux
/external/chromium_org/ui/base/ime/
H A Dinput_method_mac.h24 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
H A Dinput_method_minimal.cc26 bool InputMethodMinimal::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::InputMethodMinimal
H A Dinput_method_minimal.h22 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
H A Dinput_method_auralinux.cc50 bool InputMethodAuraLinux::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::InputMethodAuraLinux
64 if (input_method_context_->DispatchKeyEvent(event))
H A Ddummy_input_method.cc42 bool DummyInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::DummyInputMethod
H A Ddummy_input_method.h30 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
H A Dinput_method.h30 // system through the InputMethod::DispatchKeyEvent API, and forwards it to
39 // 2) Send VKEY_PROCESSKEY event to the window using the DispatchKeyEvent API,
99 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) = 0;
H A Dinput_method_auralinux.h28 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
67 // DispatchKeyEvent() in this class does not directly dispatch a
H A Dmock_input_method.h41 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
H A Dremote_input_method_win_unittest.cc554 EXPECT_FALSE(input_method->DispatchKeyEvent(native_keydown));
568 EXPECT_FALSE(input_method->DispatchKeyEvent(native_keydown));
578 EXPECT_FALSE(input_method->DispatchKeyEvent(native_keydown));
596 EXPECT_FALSE(input_method->DispatchKeyEvent(native_char));
610 EXPECT_FALSE(input_method->DispatchKeyEvent(native_char));
620 EXPECT_TRUE(input_method->DispatchKeyEvent(native_char));
640 EXPECT_TRUE(input_method->DispatchKeyEvent(fabricated_keydown));
655 EXPECT_TRUE(input_method->DispatchKeyEvent(fabricated_keydown));
665 EXPECT_TRUE(input_method->DispatchKeyEvent(fabricated_keydown));
675 EXPECT_FALSE(input_method->DispatchKeyEvent(fabricated_keydow
[all...]
H A Dmock_input_method.cc46 bool MockInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) { function in class:ui::MockInputMethod
/external/chromium_org/ui/views/ime/
H A Dnull_input_method.cc26 void NullInputMethod::DispatchKeyEvent(const ui::KeyEvent& /* key */) {} function in class:views::NullInputMethod
H A Dinput_method.h71 virtual void DispatchKeyEvent(const ui::KeyEvent& key) = 0;
H A Dnull_input_method.h31 virtual void DispatchKeyEvent(const ui::KeyEvent& key) OVERRIDE;
H A Dmock_input_method.h31 virtual void DispatchKeyEvent(const ui::KeyEvent& key) OVERRIDE;
/external/chromium_org/ui/wm/core/
H A Dinput_method_event_filter_unittest.cc123 input_method_event_filter_->input_method()->DispatchKeyEvent(evt);
136 input_method_event_filter_->input_method()->DispatchKeyEvent(evt);
H A Dinput_method_event_filter.cc46 // 3. InputMethod::DispatchKeyEvent()
66 if (input_method_->DispatchKeyEvent(*event))
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_controller_brlapi.h64 void DispatchKeyEvent(scoped_ptr<KeyEvent> event);
H A Dbraille_controller_brlapi.cc285 DispatchKeyEvent(event.Pass());
289 void BrailleControllerImpl::DispatchKeyEvent(scoped_ptr<KeyEvent> event) { function in class:extensions::api::braille_display_private::BrailleControllerImpl
293 &BrailleControllerImpl::DispatchKeyEvent,
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.h34 virtual bool DispatchKeyEvent(const ui::KeyEvent& key_event) OVERRIDE;

Completed in 351 milliseconds

12