Searched refs:input_method_id_to_switch (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc938 std::string input_method_id_to_switch = input_method_id; local
945 input_method_id_to_switch = input_methods->at(0).id();
949 << "Switch to " << input_method_id_to_switch << " instead."; local
954 if (extension_ime_util::IsExtensionIME(input_method_id_to_switch)) {
955 DCHECK(state->extra_input_methods.find(input_method_id_to_switch) !=
957 descriptor = &(state->extra_input_methods[input_method_id_to_switch]);
960 util_.GetInputMethodDescriptorFromId(input_method_id_to_switch);
962 LOG(ERROR) << "Unknown input method id: " << input_method_id_to_switch;

Completed in 62 milliseconds