Home
last modified time | relevance | path

Searched refs:GetInputMethodDisplayNameFromId (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util_unittest.cc121 TEST_F(InputMethodUtilTest, GetInputMethodDisplayNameFromId) { in TEST_F() argument
122 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()
Dinput_method_util.h104 std::string GetInputMethodDisplayNameFromId(const std::string& input_method_id);
Dinput_method_util.cc508 std::string GetInputMethodDisplayNameFromId( in GetInputMethodDisplayNameFromId() function
/external/chromium/chrome/browser/chromeos/login/
Dkeyboard_switch_menu.cc61 return UTF8ToUTF16(input_method::GetInputMethodDisplayNameFromId( in GetCurrentKeyboardName()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dcros_language_options_handler.cc95 chromeos::input_method::GetInputMethodDisplayNameFromId(descriptor.id); in GetInputMethodList()