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

/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(
27 // TODO(komatsu): Unify this function to DispatchKeyEventPostIME.
H A Dinput_method_minimal.cc31 return DispatchKeyEventPostIME(event);
34 const bool handled = DispatchKeyEventPostIME(event);
H A Ddummy_input_method_delegate.h23 virtual bool DispatchKeyEventPostIME(
H A Dinput_method_auralinux.cc82 return DispatchKeyEventPostIME(event);
91 DispatchKeyEventPostIME(fabricated_event);
97 const bool handled = DispatchKeyEventPostIME(event);
H A Dinput_method_base.cc105 bool InputMethodBase::DispatchKeyEventPostIME( function in class:ui::InputMethodBase
114 return delegate_->DispatchKeyEventPostIME(event.native_event());
H A Dinput_method_ibus.cc128 DispatchKeyEventPostIME(event);
355 DispatchKeyEventPostIME(event);
378 DispatchKeyEventPostIME(event);
383 DispatchKeyEventPostIME(event);
389 DispatchKeyEventPostIME(fabricated_event);
396 DispatchKeyEventPostIME(event);
H A Dinput_method_base.h76 // Convenience method to call delegate_->DispatchKeyEventPostIME().
78 bool DispatchKeyEventPostIME(const ui::KeyEvent& event) const;
H A Dinput_method_win.cc76 return DispatchKeyEventPostIME(event);
367 return DispatchKeyEventPostIME(event);
H A Dinput_method_ibus_unittest.cc234 virtual bool DispatchKeyEventPostIME(
H A Dremote_input_method_win_unittest.cc129 virtual bool DispatchKeyEventPostIME(
/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.cc73 DispatchKeyEventPostIME(mock_key);
75 DispatchKeyEventPostIME(key);
H A Dinput_method_bridge.cc125 DispatchKeyEventPostIME(key);
/external/chromium_org/ui/views/corewm/
H A Dinput_method_event_filter.h42 virtual bool DispatchKeyEventPostIME(const base::NativeEvent& event) OVERRIDE;
H A Dinput_method_event_filter.cc60 bool InputMethodEventFilter::DispatchKeyEventPostIME( function in class:views::corewm::InputMethodEventFilter
/external/chromium_org/content/shell/browser/
H A Dshell_aura.cc101 virtual bool DispatchKeyEventPostIME(
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.h138 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
H A Dnative_widget_aura.cc687 void NativeWidgetAura::DispatchKeyEventPostIME(const ui::KeyEvent& key) { function in class:views::NativeWidgetAura
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h213 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
H A Ddesktop_native_widget_aura.cc1043 void DesktopNativeWidgetAura::DispatchKeyEventPostIME(const ui::KeyEvent& key) { function in class:views::DesktopNativeWidgetAura
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h206 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
H A Dhwnd_message_handler.cc917 void HWNDMessageHandler::DispatchKeyEventPostIME(const ui::KeyEvent& key) { function in class:views::HWNDMessageHandler
1539 DispatchKeyEventPostIME(key);

Completed in 417 milliseconds