Searched defs:InputMethodChromeOS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Dinput_method_chromeos.h23 class UI_BASE_EXPORT InputMethodChromeOS class in namespace:ui
27 explicit InputMethodChromeOS(internal::InputMethodDelegate* delegate);
28 virtual ~InputMethodChromeOS();
151 base::WeakPtrFactory<InputMethodChromeOS> weak_ptr_factory_;
153 DISALLOW_COPY_AND_ASSIGN(InputMethodChromeOS);
H A Dinput_method_chromeos.cc35 // InputMethodChromeOS implementation -----------------------------------------
36 InputMethodChromeOS::InputMethodChromeOS( function in class:ui::InputMethodChromeOS
48 InputMethodChromeOS::~InputMethodChromeOS() {
57 void InputMethodChromeOS::OnFocus() {
62 void InputMethodChromeOS::OnBlur() {
68 bool InputMethodChromeOS::OnUntranslatedIMEMessage(
74 void InputMethodChromeOS::ProcessKeyEventDone(uint32 id,
100 bool InputMethodChromeOS
[all...]

Completed in 86 milliseconds