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

  /external/chromium/chrome/browser/chromeos/login/
keyboard_switch_menu.cc 61 return UTF8ToUTF16(input_method::GetInputMethodDisplayNameFromId(
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util_unittest.cc 121 TEST_F(InputMethodUtilTest, GetInputMethodDisplayNameFromId) {
122 EXPECT_EQ("Pinyin input method", GetInputMethodDisplayNameFromId("pinyin"));
124 GetInputMethodDisplayNameFromId("xkb:us::eng"));
125 EXPECT_EQ("", GetInputMethodDisplayNameFromId("nonexistent"));
input_method_util.h 104 std::string GetInputMethodDisplayNameFromId(const std::string& input_method_id);
input_method_util.cc 508 std::string GetInputMethodDisplayNameFromId(
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 95 chromeos::input_method::GetInputMethodDisplayNameFromId(descriptor.id);

Completed in 22 milliseconds