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

  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.cc 95 void MockInputMethodManager::ChangeInputMethod(
input_method_manager_impl.cc 268 ChangeInputMethod(initial_layout); // you can pass empty |initial_layout|.
340 // ChangeInputMethod() picks the first one in |active_input_method_ids_|.
341 ChangeInputMethod(current_input_method_.id());
399 void InputMethodManagerImpl::ChangeInputMethod(
429 // established. ChangeInputMethod will be called with
483 // 4. Switch back to "mozc". ChangeInputMethod("mozc") is called, but it's
619 ChangeInputMethod(current_input_method_.id());
682 ChangeInputMethod(current_input_method_.id());
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 163 virtual void ChangeInputMethod(const std::string& input_method_id) {
399 if (chromeos::ChangeInputMethod(input_method_status_connection_,
404 // ChangeInputMethod() fails if the IBus daemon is not yet ready.
441 // remembered in ChangeInputMethod(), for the following reasons:
443 // 1) Calls to ChangeInputMethod() will fail if the input method has not
    [all...]

Completed in 45 milliseconds