Home
last modified time | relevance | path

Searched refs:GetInputMethodShortName (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_util_unittest.cc126 EXPECT_EQ(ASCIIToUTF16("XX"), util_.GetInputMethodShortName(desc)); in TEST_F()
133 EXPECT_EQ(ASCIIToUTF16("DV"), util_.GetInputMethodShortName(desc)); in TEST_F()
138 EXPECT_EQ(ASCIIToUTF16("CO"), util_.GetInputMethodShortName(desc)); in TEST_F()
143 EXPECT_EQ(ASCIIToUTF16("EXTD"), util_.GetInputMethodShortName(desc)); in TEST_F()
148 EXPECT_EQ(ASCIIToUTF16("INTL"), util_.GetInputMethodShortName(desc)); in TEST_F()
153 EXPECT_EQ(ASCIIToUTF16("NEO"), util_.GetInputMethodShortName(desc)); in TEST_F()
158 EXPECT_EQ(ASCIIToUTF16("CAS"), util_.GetInputMethodShortName(desc)); in TEST_F()
164 util_.GetInputMethodShortName(desc)); in TEST_F()
169 util_.GetInputMethodShortName(desc)); in TEST_F()
189 base::string16 short_name = util_.GetInputMethodShortName(desc); in TEST_F()
[all …]
Dmode_indicator_controller.cc106 imm_->GetInputMethodUtil()->GetInputMethodShortName(descriptor); in ShowModeIndicator()
Dinput_method_util.h56 base::string16 GetInputMethodShortName(
Dinput_method_util.cc376 base::string16 InputMethodUtil::GetInputMethodShortName( in GetInputMethodShortName() function in chromeos::input_method::InputMethodUtil
434 return GetInputMethodShortName(input_method); in GetInputMethodMediumName()
/external/chromium_org/chrome/browser/chromeos/extensions/
Dinput_method_api.cc78 val->SetString("indicator", util->GetInputMethodShortName(input_method)); in Run()
/external/chromium_org/chrome/browser/ui/ash/
Dsystem_tray_delegate_chromeos.cc135 info->short_name = util.GetInputMethodShortName(ime); in ExtractIMEInfo()