Searched refs:DispatchKeyEventPostIME (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/ui/base/ime/
H A Ddummy_input_method_delegate.cc13 bool DummyInputMethodDelegate::DispatchKeyEventPostIME( function in class:ui::internal::DummyInputMethodDelegate
H A Dinput_method_delegate.h24 virtual bool DispatchKeyEventPostIME(const ui::KeyEvent& key_event) = 0;
H A Ddummy_input_method_delegate.h21 virtual bool DispatchKeyEventPostIME(const ui::KeyEvent& key_event) OVERRIDE;
H A Dinput_method_minimal.cc31 return DispatchKeyEventPostIME(event);
34 const bool handled = DispatchKeyEventPostIME(event);
H A Dinput_method_auralinux.cc56 return DispatchKeyEventPostIME(event);
69 const bool handled = DispatchKeyEventPostIME(event);
173 DispatchKeyEventPostIME(fabricated_event);
H A Dinput_method_chromeos.cc136 DispatchKeyEventPostIME(event);
337 DispatchKeyEventPostIME(event);
360 DispatchKeyEventPostIME(event);
366 DispatchKeyEventPostIME(event);
371 DispatchKeyEventPostIME(fabricated_event);
378 DispatchKeyEventPostIME(event);
447 DispatchKeyEventPostIME(evt);
H A Dinput_method_base.cc114 bool InputMethodBase::DispatchKeyEventPostIME( function in class:ui::InputMethodBase
119 return delegate_->DispatchKeyEventPostIME(event);
H A Dinput_method_base.h77 // Convenience method to call delegate_->DispatchKeyEventPostIME().
79 bool DispatchKeyEventPostIME(const ui::KeyEvent& event) const;
H A Dinput_method_win.cc141 return DispatchKeyEventPostIME(event);
577 return DispatchKeyEventPostIME(event);
H A Dremote_input_method_win.cc207 return delegate_->DispatchKeyEventPostIME(event);
H A Dinput_method_chromeos_unittest.cc249 virtual bool DispatchKeyEventPostIME(const ui::KeyEvent& event) OVERRIDE {
/external/chromium_org/mojo/views/
H A Dinput_method_mojo_linux.cc26 return DispatchKeyEventPostIME(event);
40 return DispatchKeyEventPostIME(event);
H A Dnative_widget_view_manager.cc79 virtual bool DispatchKeyEventPostIME(const ui::KeyEvent& event) OVERRIDE {
80 // See the comment in InputMethodEventFilter::DispatchKeyEventPostIME() for
/external/chromium_org/ui/views/ime/
H A Dinput_method_delegate.h25 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) = 0;
H A Dinput_method_base.cc77 void InputMethodBase::DispatchKeyEventPostIME(const ui::KeyEvent& key) const { function in class:views::InputMethodBase
79 delegate_->DispatchKeyEventPostIME(key);
H A Dinput_method_base.h58 // Convenience method to call delegate_->DispatchKeyEventPostIME().
59 void DispatchKeyEventPostIME(const ui::KeyEvent& key) const;
H A Dmock_input_method.cc71 DispatchKeyEventPostIME(mock_key);
73 DispatchKeyEventPostIME(key);
H A Dinput_method_bridge.cc126 DispatchKeyEventPostIME(key);
/external/chromium_org/ui/wm/core/
H A Dinput_method_event_filter.h41 virtual bool DispatchKeyEventPostIME(const ui::KeyEvent& event) OVERRIDE;
H A Dinput_method_event_filter.cc47 // where InputMethod may call DispatchKeyEventPostIME() if IME didn't consume
50 // 4. InputMethodEventFilter::DispatchKeyEventPostIME()
74 bool InputMethodEventFilter::DispatchKeyEventPostIME( function in class:wm::InputMethodEventFilter
/external/chromium_org/ui/views/cocoa/
H A Dbridged_native_widget.h64 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
/external/chromium_org/content/shell/browser/
H A Dshell_platform_data_aura.cc95 virtual bool DispatchKeyEventPostIME(const ui::KeyEvent& event) OVERRIDE {
96 // See the comment in InputMethodEventFilter::DispatchKeyEventPostIME() for
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.h142 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h223 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h215 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;

Completed in 289 milliseconds

12