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

  /external/chromium_org/ash/system/ime/
tray_ime.cc 180 std::string ime_id = ime_find->second; variable
181 delegate->SwitchIME(ime_id);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 402 const std::string& ime_id = method.id(); local
404 input_method->SetString("value", ime_id);
406 input_method->SetBoolean("selected", ime_id == current_input_method_id);
479 const std::string& ime_id = (*input_methods)[i].id(); local
480 if (!InsertString(ime_id, input_methods_added))

Completed in 257 milliseconds