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

  /external/chromium/chrome/browser/chromeos/cros/
mock_input_method_library.h 27 MOCK_METHOD1(ChangeInputMethod, void(const std::string&));
input_method_library.h 75 virtual void ChangeInputMethod(const std::string& input_method_id) = 0;
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...]
cros_mock.cc 215 EXPECT_CALL(*mock_input_method_library_, ChangeInputMethod(_))
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc 327 CrosLibrary::Get()->GetInputMethodLibrary()->ChangeInputMethod(
440 library->ChangeInputMethod(previous_input_method_id);
445 library->ChangeInputMethod(current_input_method_id);
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 176 library->ChangeInputMethod(saved_previous_input_method_id_);
178 library->ChangeInputMethod(saved_current_input_method_id_);
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 697 library->ChangeInputMethod(initial_input_method_id);

Completed in 611 milliseconds