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

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmock_input_method_manager.cc107 void MockInputMethodManager::State::ChangeInputMethod( function in class:chromeos::input_method::MockInputMethodManager::State
H A Dinput_method_manager_impl.cc279 ChangeInputMethod(initial_layouts.empty()
319 ChangeInputMethod(current_input_method.id(), false);
377 // ChangeInputMethod() picks the first one in |active_input_method_ids|.
378 ChangeInputMethod(current_input_method.id(), false);
387 void InputMethodManagerImpl::StateImpl::ChangeInputMethod( function in class:chromeos::input_method::InputMethodManagerImpl::StateImpl
504 ChangeInputMethod(current_input_method.id(), false);
559 ChangeInputMethod(pending_input_method_id, false);
564 ChangeInputMethod(current_input_method.id(), false);
687 ChangeInputMethod(*iter, true);
756 ChangeInputMethod(*ite
[all...]

Completed in 231 milliseconds