OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_method_id_to_switch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.cc
280
std::string
input_method_id_to_switch
= input_method_id;
286
input_method_id_to_switch
= input_methods->at(0).id();
290
<< "Switch to " <<
input_method_id_to_switch
<< " instead.";
local
295
!InputMethodUtil::IsKeyboardLayout(
input_method_id_to_switch
)) {
300
pending_input_method_ =
input_method_id_to_switch
;
316
if (InputMethodUtil::IsKeyboardLayout(
input_method_id_to_switch
)) {
321
input_method_id_to_switch
);
329
if (current_input_method_.id() !=
input_method_id_to_switch
) {
338
if (extension_ime_util::IsExtensionIME(
input_method_id_to_switch
)) {
339
DCHECK(extra_input_methods_.find(
input_method_id_to_switch
) !
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc
382
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
;
[
all
...]
Completed in 220 milliseconds