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

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc410 std::string input_method_id_to_switch = input_method_id;
416 input_method_id_to_switch = input_methods->at(0).id();
420 << "Switch to " << input_method_id_to_switch << " instead."; local
425 (!InputMethodUtil::IsKeyboardLayout(input_method_id_to_switch) &&
431 pending_input_method_ = input_method_id_to_switch;
440 if (InputMethodUtil::IsKeyboardLayout(input_method_id_to_switch)) {
461 client->SetGlobalEngine(input_method_id_to_switch,
467 if (current_input_method_id != input_method_id_to_switch) {
469 // |input_method_id_to_switch| is not equal to |current_input_method_id|.
477 // When |input_method_id_to_switch| an
[all...]
/external/chromium/chrome/browser/chromeos/cros/
H A Dinput_method_library.cc382 std::string input_method_id_to_switch = input_method_id;
392 input_method_id_to_switch = input_methods->at(0).id;
395 << "Switch to " << input_method_id_to_switch << " instead."; local
400 input_method_id_to_switch.c_str())) {
405 LOG(ERROR) << "Can't switch input method to " << input_method_id_to_switch;

Completed in 167 milliseconds