HomeSort by relevance Sort by last modified time
    Searched defs:current_input_method (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.cc 122 const std::string current_input_method = local
127 if (!manager->IsLoginKeyboard(current_input_method)) {
129 << current_input_method;
132 PersistSystemInputMethod(current_input_method);
135 PersistUserInputMethod(current_input_method, manager);
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 250 virtual InputMethodDescriptor current_input_method() const { function in class:chromeos::InputMethodLibraryImpl
496 const chromeos::InputMethodDescriptor& current_input_method) {
508 input_method_library->ChangeCurrentInputMethod(current_input_method);
882 virtual InputMethodDescriptor current_input_method() const { function in class:chromeos::InputMethodLibraryStubImpl
    [all...]

Completed in 316 milliseconds