HomeSort by relevance Sort by last modified time
    Searched refs:DispatchKeyEvent (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/ui/base/ime/linux/
fake_input_method_context.cc 13 bool FakeInputMethodContext::DispatchKeyEvent(
fake_input_method_context.h 18 virtual bool DispatchKeyEvent(const ui::KeyEvent& key_event) OVERRIDE;
linux_input_method_context.h 30 virtual bool DispatchKeyEvent(const ui::KeyEvent& key_event) = 0;
33 // before calling DispatchKeyEvent().
  /external/chromium_org/ui/base/ime/
input_method_mac.h 24 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
input_method_minimal.h 22 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
input_method.h 30 // 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;
input_method_auralinux.h 27 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
66 // DispatchKeyEvent() in this class does not directly dispatch a
input_method_minimal.cc 26 bool InputMethodMinimal::DispatchKeyEvent(const ui::KeyEvent& event) {
input_method_auralinux.cc 50 bool InputMethodAuraLinux::DispatchKeyEvent(const ui::KeyEvent& event) {
64 if (input_method_context_->DispatchKeyEvent(event))
dummy_input_method.cc 42 bool DummyInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) {
dummy_input_method.h 30 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
mock_input_method.h 41 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
remote_input_method_win_unittest.cc 554 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_keydown))
    [all...]
input_method_chromeos.h 35 virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
mock_input_method.cc 46 bool MockInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) {
  /external/chromium_org/ui/views/ime/
input_method.h 71 virtual void DispatchKeyEvent(const ui::KeyEvent& key) = 0;
null_input_method.cc 26 void NullInputMethod::DispatchKeyEvent(const ui::KeyEvent& /* key */) {}
null_input_method.h 31 virtual void DispatchKeyEvent(const ui::KeyEvent& key) OVERRIDE;
mock_input_method.h 31 virtual void DispatchKeyEvent(const ui::KeyEvent& key) OVERRIDE;
  /external/chromium_org/ui/wm/core/
input_method_event_filter_unittest.cc 124 input_method_event_filter_->input_method()->DispatchKeyEvent(evt);
137 input_method_event_filter_->input_method()->DispatchKeyEvent(evt);
input_method_event_filter.cc 46 // 3. InputMethod::DispatchKeyEvent()
66 if (input_method_->DispatchKeyEvent(*event))
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_controller_brlapi.h 64 void DispatchKeyEvent(scoped_ptr<KeyEvent> event);
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.h 30 virtual bool DispatchKeyEvent(const ui::KeyEvent& key_event) OVERRIDE;
  /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);

Completed in 344 milliseconds

1 2