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

/external/chromium/chrome/browser/chromeos/cros/
H A Dinput_method_library.cc565 void ChangeCurrentInputMethod(const InputMethodDescriptor& new_input_method) { argument
566 if (current_input_method_.id != new_input_method.id) {
568 current_input_method_ = new_input_method;

Completed in 39 milliseconds