Searched refs:GetInputMethodDisplayNameFromId (Results 1 – 5 of 5) sorted by relevance
121 TEST_F(InputMethodUtilTest, GetInputMethodDisplayNameFromId) { in TEST_F() argument122 EXPECT_EQ("Pinyin input method", GetInputMethodDisplayNameFromId("pinyin")); in TEST_F()124 GetInputMethodDisplayNameFromId("xkb:us::eng")); in TEST_F()125 EXPECT_EQ("", GetInputMethodDisplayNameFromId("nonexistent")); in TEST_F()
104 std::string GetInputMethodDisplayNameFromId(const std::string& input_method_id);
508 std::string GetInputMethodDisplayNameFromId( in GetInputMethodDisplayNameFromId() function
61 return UTF8ToUTF16(input_method::GetInputMethodDisplayNameFromId( in GetCurrentKeyboardName()
95 chromeos::input_method::GetInputMethodDisplayNameFromId(descriptor.id); in GetInputMethodList()