Home | History | Annotate | Download | only in login

Lines Matching refs:input_method

11 #include "chrome/browser/chromeos/input_method/input_method_util.h"
163 input_method::InputMethodManager::Get()->ChangeInputMethod(id);
168 input_method::InputMethodManager* manager =
169 input_method::InputMethodManager::Get();
171 scoped_ptr<input_method::InputMethodDescriptors> descriptors(
201 input_method::InputMethodManager* manager =
202 input_method::InputMethodManager::Get();
203 input_method::InputMethodUtil* util = manager->GetInputMethodUtil();
204 scoped_ptr<input_method::InputMethodDescriptors> input_methods(
209 DictionaryValue* input_method = new DictionaryValue;
210 input_method->SetString("value", ime_id);
211 input_method->SetString(
214 input_method->SetBoolean("selected",
216 input_methods_list->Append(input_method);