HomeSort by relevance Sort by last modified time
    Searched defs:InputMethodChromeOS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/ime/
input_method_chromeos.h 23 class UI_BASE_EXPORT InputMethodChromeOS
27 explicit InputMethodChromeOS(internal::InputMethodDelegate* delegate);
28 virtual ~InputMethodChromeOS();
151 base::WeakPtrFactory<InputMethodChromeOS> weak_ptr_factory_;
153 DISALLOW_COPY_AND_ASSIGN(InputMethodChromeOS);
input_method_chromeos.cc 35 // InputMethodChromeOS implementation -----------------------------------------
36 InputMethodChromeOS::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::DispatchKeyEvent(const ui::KeyEvent& event)
    [all...]

Completed in 88 milliseconds