Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/ime/
Dinput_method_auralinux.cc82 return DispatchKeyEventPostIME(event); in DispatchKeyEvent()
91 DispatchKeyEventPostIME(fabricated_event); in DispatchKeyEvent()
97 const bool handled = DispatchKeyEventPostIME(event); in DispatchKeyEvent()
Dinput_method_minimal.cc31 return DispatchKeyEventPostIME(event); in DispatchKeyEvent()
34 const bool handled = DispatchKeyEventPostIME(event); in DispatchKeyEvent()
Dinput_method_ibus.cc128 DispatchKeyEventPostIME(event); in DispatchKeyEvent()
355 DispatchKeyEventPostIME(event); in ProcessKeyEventPostIME()
378 DispatchKeyEventPostIME(event); in ProcessKeyEventPostIME()
383 DispatchKeyEventPostIME(event); in ProcessFilteredKeyPressEvent()
389 DispatchKeyEventPostIME(fabricated_event); in ProcessFilteredKeyPressEvent()
396 DispatchKeyEventPostIME(event); in ProcessUnfilteredKeyPressEvent()
Dinput_method_base.cc105 bool InputMethodBase::DispatchKeyEventPostIME( in DispatchKeyEventPostIME() function in ui::InputMethodBase
114 return delegate_->DispatchKeyEventPostIME(event.native_event()); in DispatchKeyEventPostIME()
Ddummy_input_method_delegate.cc13 bool DummyInputMethodDelegate::DispatchKeyEventPostIME( in DispatchKeyEventPostIME() function in ui::internal::DummyInputMethodDelegate
Dinput_method_delegate.h24 virtual bool DispatchKeyEventPostIME(
Ddummy_input_method_delegate.h23 virtual bool DispatchKeyEventPostIME( in NON_EXPORTED_BASE()
Dinput_method_base.h78 bool DispatchKeyEventPostIME(const ui::KeyEvent& event) const; in NON_EXPORTED_BASE()
Dinput_method_win.cc76 return DispatchKeyEventPostIME(event); in DispatchKeyEvent()
367 return DispatchKeyEventPostIME(event); in DispatchFabricatedKeyEvent()
Dremote_input_method_win_unittest.cc129 virtual bool DispatchKeyEventPostIME( in DispatchKeyEventPostIME() function in ui::__anon82605bb10111::MockInputMethodDelegate
Dinput_method_ibus_unittest.cc234 virtual bool DispatchKeyEventPostIME( in DispatchKeyEventPostIME() function in ui::InputMethodIBusTest
/external/chromium_org/ui/views/ime/
Dinput_method_base.cc77 void InputMethodBase::DispatchKeyEventPostIME(const ui::KeyEvent& key) const { in DispatchKeyEventPostIME() function in views::InputMethodBase
79 delegate_->DispatchKeyEventPostIME(key); in DispatchKeyEventPostIME()
Dinput_method_delegate.h25 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) = 0;
Dmock_input_method.cc73 DispatchKeyEventPostIME(mock_key); in DispatchKeyEvent()
75 DispatchKeyEventPostIME(key); in DispatchKeyEvent()
Dinput_method_base.h59 void DispatchKeyEventPostIME(const ui::KeyEvent& key) const;
Dinput_method_bridge.cc125 DispatchKeyEventPostIME(key); in DispatchKeyEvent()
/external/chromium_org/ui/views/corewm/
Dinput_method_event_filter.h42 virtual bool DispatchKeyEventPostIME(const base::NativeEvent& event) OVERRIDE;
Dinput_method_event_filter.cc60 bool InputMethodEventFilter::DispatchKeyEventPostIME( in DispatchKeyEventPostIME() function in views::corewm::InputMethodEventFilter
/external/chromium_org/content/shell/browser/
Dshell_aura.cc101 virtual bool DispatchKeyEventPostIME( in DispatchKeyEventPostIME() function in content::__anonbd14302d0111::MinimalInputEventFilter
/external/chromium_org/ui/views/widget/
Dnative_widget_aura.h138 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
Dnative_widget_aura.cc687 void NativeWidgetAura::DispatchKeyEventPostIME(const ui::KeyEvent& key) { in DispatchKeyEventPostIME() function in views::NativeWidgetAura
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_native_widget_aura.h213 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
Ddesktop_native_widget_aura.cc1043 void DesktopNativeWidgetAura::DispatchKeyEventPostIME(const ui::KeyEvent& key) { in DispatchKeyEventPostIME() function in views::DesktopNativeWidgetAura
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h206 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
Dhwnd_message_handler.cc917 void HWNDMessageHandler::DispatchKeyEventPostIME(const ui::KeyEvent& key) { in DispatchKeyEventPostIME() function in views::HWNDMessageHandler
1539 DispatchKeyEventPostIME(key); in OnKeyEvent()