Lines Matching defs:desc

124     InputMethodDescriptor desc = GetDesc("invalid-id", "us", "xx", "");
126 EXPECT_EQ(ASCIIToUTF16("XX"), util_.GetInputMethodShortName(desc));
131 InputMethodDescriptor desc =
133 EXPECT_EQ(ASCIIToUTF16("DV"), util_.GetInputMethodShortName(desc));
136 InputMethodDescriptor desc =
138 EXPECT_EQ(ASCIIToUTF16("CO"), util_.GetInputMethodShortName(desc));
141 InputMethodDescriptor desc =
143 EXPECT_EQ(ASCIIToUTF16("EXTD"), util_.GetInputMethodShortName(desc));
146 InputMethodDescriptor desc =
148 EXPECT_EQ(ASCIIToUTF16("INTL"), util_.GetInputMethodShortName(desc));
151 InputMethodDescriptor desc =
153 EXPECT_EQ(ASCIIToUTF16("NEO"), util_.GetInputMethodShortName(desc));
156 InputMethodDescriptor desc =
158 EXPECT_EQ(ASCIIToUTF16("CAS"), util_.GetInputMethodShortName(desc));
161 InputMethodDescriptor desc =
164 util_.GetInputMethodShortName(desc));
167 InputMethodDescriptor desc = GetDesc(zhuyin_ime_id, "us", "zh-TW", "");
169 util_.GetInputMethodShortName(desc));
187 InputMethodDescriptor desc = GetDesc(input_method_id[i], "", "", "");
188 base::string16 medium_name = util_.GetInputMethodMediumName(desc);
189 base::string16 short_name = util_.GetInputMethodShortName(desc);
201 InputMethodDescriptor desc = GetDesc(input_method_id[i], "", "", "");
202 base::string16 medium_name = util_.GetInputMethodMediumName(desc);
203 base::string16 short_name = util_.GetInputMethodShortName(desc);
213 InputMethodDescriptor desc = GetDesc("xkb:jp::jpn", "jp", "ja", "");
215 util_.GetInputMethodLongName(desc));
218 InputMethodDescriptor desc =
221 util_.GetInputMethodLongName(desc));
224 InputMethodDescriptor desc =
227 util_.GetInputMethodLongName(desc));
233 InputMethodDescriptor desc = GetDesc("xkb:be::nld", "be", "nl", "");
235 util_.GetInputMethodLongName(desc));
238 InputMethodDescriptor desc = GetDesc("xkb:fr::fra", "fr", "fr", "");
240 util_.GetInputMethodLongName(desc));
243 InputMethodDescriptor desc = GetDesc("xkb:be::fra", "be", "fr", "");
245 util_.GetInputMethodLongName(desc));
248 InputMethodDescriptor desc = GetDesc("xkb:de::ger", "de", "de", "");
250 util_.GetInputMethodLongName(desc));
253 InputMethodDescriptor desc = GetDesc("xkb:be::ger", "be", "de", "");
255 util_.GetInputMethodLongName(desc));
259 InputMethodDescriptor desc = GetDesc("invalid-id", "us", "xx", "");
263 util_.GetInputMethodLongName(desc));