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

1 2

  /external/chromium_org/ash/wm/
sticky_keys.cc 28 virtual void DispatchKeyEvent(ui::KeyEvent* event,
40 void StickyKeysHandlerDelegateImpl::DispatchKeyEvent(ui::KeyEvent* event,
169 delegate_->DispatchKeyEvent(event, target);
170 delegate_->DispatchKeyEvent(modifier_up_event_.get(), target);
sticky_keys.h 107 virtual void DispatchKeyEvent(ui::KeyEvent* event,
sticky_keys_unittest.cc 43 virtual void DispatchKeyEvent(ui::KeyEvent* event,
  /external/chromium_org/ui/base/ime/
input_method.h 32 // system through the InputMethod::DispatchKeyEvent API, and forwards it to
41 // 2) Send VKEY_PROCESSKEY event to the window using the DispatchKeyEvent API,
96 virtual bool DispatchKeyEvent(const base::NativeEvent& native_key_event) = 0;
dummy_input_method.cc 39 bool DummyInputMethod::DispatchKeyEvent(const base::NativeEvent& event) {
dummy_input_method.h 29 virtual bool DispatchKeyEvent(const base::NativeEvent& event) OVERRIDE;
fake_input_method.h 38 virtual bool DispatchKeyEvent(const base::NativeEvent& native_event) OVERRIDE;
input_method_win.h 27 virtual bool DispatchKeyEvent(
mock_input_method.h 53 virtual bool DispatchKeyEvent(const base::NativeEvent& native_event) OVERRIDE;
mock_input_method.cc 31 bool MockInputMethod::DispatchKeyEvent(const base::NativeEvent& native_event) {
input_method_ibus_unittest.cc     [all...]
fake_input_method.cc 62 bool FakeInputMethod::DispatchKeyEvent(const base::NativeEvent& native_event) {