Home
last modified time | relevance | path

Searched defs:input_method_id (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util.cc89 const char* input_method_id = kExtraLanguages[i].input_method_id; in ReloadMaps() local
250 const char* input_method_id; member
302 const std::string& input_method_id, in GetLocalizedString()
369 const std::string& input_method_id) { in GetString()
378 const std::string& input_method_id) { in GetStringUTF8()
387 const std::string& input_method_id) { in GetStringUTF16()
396 const std::string& input_method_id) { in StringIsSupported()
441 bool IsKeyboardLayout(const std::string& input_method_id) { in IsKeyboardLayout()
482 const std::string& input_method_id) { in GetLanguageCodeFromInputMethodId()
494 std::string GetKeyboardLayoutName(const std::string& input_method_id) { in GetKeyboardLayoutName()
[all …]
Dinput_method_util.h23 const char* input_method_id; member
/external/chromium/chrome/browser/chromeos/cros/
Dinput_method_library.cc126 const std::string& input_method_id = active_input_method_ids_[i]; in GetActiveInputMethods() local
163 virtual void ChangeInputMethod(const std::string& input_method_id) { in ChangeInputMethod()
199 virtual bool InputMethodIsActivated(const std::string& input_method_id) { in InputMethodIsActivated()
261 virtual std::string GetKeyboardOverlayId(const std::string& input_method_id) { in GetKeyboardOverlayId()
378 bool ChangeInputMethodViaIBus(const std::string& input_method_id) { in ChangeInputMethodViaIBus()
602 void ChangeCurrentInputMethodFromId(const std::string& input_method_id) { in ChangeCurrentInputMethodFromId()
864 virtual void ChangeInputMethod(const std::string& input_method_id) {} in ChangeInputMethod()
868 virtual bool InputMethodIsActivated(const std::string& input_method_id) { in InputMethodIsActivated()
897 virtual std::string GetKeyboardOverlayId(const std::string& input_method_id) { in GetKeyboardOverlayId()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dcros_language_options_handler.cc205 const std::string input_method_id = UTF16ToASCII(ExtractStringValue(args)); in InputMethodDisableCallback() local
213 const std::string input_method_id = UTF16ToASCII(ExtractStringValue(args)); in InputMethodEnableCallback() local
221 const std::string input_method_id = UTF16ToASCII(ExtractStringValue(args)); in InputMethodOptionsOpenCallback() local
/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu_button.cc42 virtual void UpdateUI(const std::string& input_method_id, in UpdateUI()
114 void InputMethodMenuButton::UpdateUI(const std::string& input_method_id, in UpdateUI()
Dinput_method_menu.cc81 const char* input_method_id; member
306 const std::string& input_method_id = library->current_input_method().id; in GetLabelAt() local
/external/chromium/chrome/browser/chromeos/login/
Dkeyboard_switch_menu.cc27 void KeyboardSwitchMenu::UpdateUI(const std::string& input_method_id, in UpdateUI()
Dscreen_locker.cc137 const std::string& input_method_id = active_input_method_list->at(i).id; in SetupInputMethodsForScreenLocker() local
/external/chromium/chrome/browser/ui/webui/options/
Dlanguage_options_handler_unittest.cc51 std::string input_method_id; in TEST() local