HomeSort by relevance Sort by last modified time
    Searched defs:input_methods (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/base/
locale_util.cc 79 std::vector<std::string> input_methods; local
83 &input_methods);
85 input_methods.begin(); it != input_methods.end(); ++it) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.cc 154 std::vector<std::string> input_methods; local
162 &input_methods); local
164 if (!input_methods.empty()) {
169 input_methods.front());
171 input_methods.front(), false /* show_message */);
gaia_screen_handler.cc 112 std::vector<std::string>* input_methods) {
116 if (std::find(input_methods->begin(), input_methods->end(), input_method) ==
117 input_methods->end())
118 input_methods->insert(input_methods->begin(), input_method);
585 std::vector<std::string> input_methods = local
592 PushFrontIMIfNotExists(owner_im, &input_methods);
593 PushFrontIMIfNotExists(system_im, &input_methods);
596 g_browser_process->GetApplicationLocale(), input_methods);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util_unittest.cc 57 InputMethodDescriptors input_methods; variable
72 input_methods.push_back(pinyin_ime);
84 input_methods.push_back(zhuyin_ime);
87 util_.AppendInputMethods(input_methods);
308 // This used to be "zh" but now we have "zh-CN" in input_methods.h,
430 // Test all supported descriptors to detect a typo in input_methods.txt.
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 475 const std::vector<std::string>& input_methods = local
477 for (size_t i = 0; i < input_methods.size(); ++i)
478 ime_state->EnableInputMethod(input_methods[i]);

Completed in 658 milliseconds