Home
last modified time | relevance | path

Searched refs:input_method (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dlanguage_customize_modifier_keys_handler.cc15 chromeos::input_method::ModifierKey value;
18 chromeos::input_method::kSearchKey },
20 chromeos::input_method::kLeftControlKey },
22 chromeos::input_method::kLeftAltKey },
24 chromeos::input_method::kVoidKey },
26 chromeos::input_method::kCapsLockKey },
61 const input_method::ModifierKey value = in GetLocalizedValues()
66 value == input_method::kCapsLockKey) { in GetLocalizedValues()
Dcros_language_options_handler.cc93 chromeos::input_method::GetLanguageCodeFromDescriptor(descriptor); in GetInputMethodList()
95 chromeos::input_method::GetInputMethodDisplayNameFromId(descriptor.id); in GetInputMethodList()
107 for (size_t j = 0; j < arraysize(chromeos::input_method::kExtraLanguages); in GetInputMethodList()
110 chromeos::input_method::kExtraLanguages[j].input_method_id; in GetInputMethodList()
112 chromeos::input_method::kExtraLanguages[j].language_code; in GetInputMethodList()
132 chromeos::input_method::GetLanguageCodeFromDescriptor(descriptor); in GetLanguageList()
136 for (size_t i = 0; i < arraysize(chromeos::input_method::kExtraLanguages); in GetLanguageList()
139 chromeos::input_method::kExtraLanguages[i].language_code; in GetLanguageList()
157 chromeos::input_method::GetLanguageDisplayNameFromCode(*iter); in GetLanguageList()
159 chromeos::input_method::GetLanguageNativeDisplayNameFromCode(*iter); in GetLanguageList()
/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu.cc187 const InputMethodDescriptor& input_method in IsItemCheckedAt() local
189 return input_method == CrosLibrary::Get()->GetInputMethodLibrary()-> in IsItemCheckedAt()
307 return input_method::GetStringUTF16( in GetLabelAt()
325 const InputMethodDescriptor& input_method in ActivatedAt() local
328 input_method.id); in ActivatedAt()
420 const InputMethodDescriptor& input_method = library->current_input_method(); in PropertyListChanged() local
422 UpdateUIFromInputMethod(input_method, num_active_input_methods); in PropertyListChanged()
475 const InputMethodDescriptor& input_method, in UpdateUIFromInputMethod() argument
477 const std::wstring name = GetTextForIndicator(input_method); in UpdateUIFromInputMethod()
478 const std::wstring tooltip = GetTextForMenu(input_method); in UpdateUIFromInputMethod()
[all …]
Dinput_method_menu_button.cc85 input_method::OnLocaleChanged(); in OnLocaleChanged()
123 input_method::IsKeyboardLayout(input_method_id) && in UpdateUI()
160 const InputMethodDescriptor& input_method = in UpdateUIFromCurrentInputMethod() local
162 const std::wstring name = InputMethodMenu::GetTextForIndicator(input_method); in UpdateUIFromCurrentInputMethod()
163 const std::wstring tooltip = InputMethodMenu::GetTextForMenu(input_method); in UpdateUIFromCurrentInputMethod()
166 UpdateUI(input_method.id, name, tooltip, num_active_input_methods); in UpdateUIFromCurrentInputMethod()
Dinput_method_menu_button_browsertest.cc38 InputMethodMenuButton* input_method = GetInputMethodMenuButton(); in IN_PROC_BROWSER_TEST_F() local
39 ASSERT_TRUE(input_method != NULL); in IN_PROC_BROWSER_TEST_F()
43 std::wstring indicator = input_method->text(); in IN_PROC_BROWSER_TEST_F()
Dinput_method_menu.h100 const InputMethodDescriptor& input_method);
104 static std::wstring GetTextForMenu(const InputMethodDescriptor& input_method);
133 void UpdateUIFromInputMethod(const InputMethodDescriptor& input_method,
/external/chromium/chrome/browser/chromeos/
Dpreferences.cc60 input_method::GetHardwareInputMethodId()); in RegisterUserPrefs()
115 input_method::kSearchKey); in RegisterUserPrefs()
117 input_method::kLeftControlKey); in RegisterUserPrefs()
119 input_method::kLeftAltKey); in RegisterUserPrefs()
278 input_method::SetAutoRepeatEnabled(enabled); in NotifyPrefChanged()
457 if ((search_remap < input_method::kNumModifierKeys) && (search_remap >= 0) && in UpdateModifierKeyMapping()
458 (control_remap < input_method::kNumModifierKeys) && in UpdateModifierKeyMapping()
460 (alt_remap < input_method::kNumModifierKeys) && (alt_remap >= 0)) { in UpdateModifierKeyMapping()
461 input_method::ModifierMap modifier_map; in UpdateModifierKeyMapping()
463 input_method::ModifierKeyPair( in UpdateModifierKeyMapping()
[all …]
/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util.cc68 const chromeos::InputMethodDescriptor& input_method = in ReloadMaps() local
71 chromeos::input_method::GetLanguageCodeFromDescriptor(input_method); in ReloadMaps()
73 library->GetKeyboardOverlayId(input_method.id); in ReloadMaps()
75 std::make_pair(language_code, input_method.id)); in ReloadMaps()
78 std::make_pair(input_method.id, language_code)); in ReloadMaps()
80 std::make_pair(input_method.id, input_method)); in ReloadMaps()
82 std::make_pair(input_method.keyboard_layout, keyboard_overlay_id)); in ReloadMaps()
86 using chromeos::input_method::kExtraLanguages; in ReloadMaps()
95 const chromeos::InputMethodDescriptor& input_method = iter->second; in ReloadMaps() local
97 library->GetKeyboardOverlayId(input_method.id); in ReloadMaps()
[all …]
Dxkeyboard.h14 namespace input_method {
Dinput_method_util.h17 namespace input_method {
Dxkeyboard_unittest.cc17 namespace input_method { namespace
Dxkeyboard.cc25 namespace input_method { namespace
Dinput_method_util_unittest.cc16 namespace input_method { namespace
/external/chromium/chrome/browser/chromeos/login/
Dbase_login_display_host.cc54 if (chromeos::input_method::GetInputMethodIdsFromLanguageCode( in DetermineAndSaveHardwareKeyboard()
56 chromeos::input_method::kKeyboardLayoutsOnly, in DetermineAndSaveHardwareKeyboard()
187 chromeos::input_method::GetHardwareInputMethodId(); in ShowLoginWizard()
189 chromeos::input_method::EnableInputMethods( in ShowLoginWizard()
190 locale, chromeos::input_method::kKeyboardLayoutsOnly, in ShowLoginWizard()
249 chromeos::input_method::EnableInputMethods( in ShowLoginWizard()
251 chromeos::input_method::kKeyboardLayoutsOnly, in ShowLoginWizard()
252 chromeos::input_method::GetHardwareInputMethodId()); in ShowLoginWizard()
Dhtml_page_screen.cc101 input_method::EnableInputMethods( in OnPageLoaded()
102 locale, input_method::kAllInputMethods, ""); in OnPageLoaded()
128 input_method::EnableInputMethods( in CloseScreen()
129 locale, input_method::kKeyboardLayoutsOnly, ""); in CloseScreen()
Dregistration_screen.cc89 input_method::EnableInputMethods( in OnPageLoaded()
90 locale, input_method::kAllInputMethods, ""); in OnPageLoaded()
140 input_method::EnableInputMethods( in CloseScreen()
141 locale, input_method::kKeyboardLayoutsOnly, ""); in CloseScreen()
Daccount_screen.cc150 input_method::EnableInputMethods( in OnPageLoaded()
151 locale, input_method::kAllInputMethods, ""); in OnPageLoaded()
175 input_method::EnableInputMethods( in CloseScreen()
176 locale, input_method::kKeyboardLayoutsOnly, ""); in CloseScreen()
Dlanguage_switch_menu.cc140 input_method::EnableInputMethods( in SwitchLanguageAndEnableKeyboardLayouts()
141 locale, input_method::kKeyboardLayoutsOnly, in SwitchLanguageAndEnableKeyboardLayouts()
142 input_method::GetHardwareInputMethodId()); in SwitchLanguageAndEnableKeyboardLayouts()
Dkeyboard_switch_menu.cc61 return UTF8ToUTF16(input_method::GetInputMethodDisplayNameFromId( in GetCurrentKeyboardName()
Dlogin_utils.cc478 input_method::GetFirstLoginInputMethodIds(locale, in SetFirstLoginPrefs()
499 input_method::GetLanguageCodesFromInputMethodIds( in SetFirstLoginPrefs()
Dscreen_locker.cc128 chromeos::input_method::GetHardwareInputMethodId(); in SetupInputMethodsForScreenLocker()
140 if (!chromeos::input_method::IsKeyboardLayout(input_method_id)) in SetupInputMethodsForScreenLocker()
/external/chromium/chrome/browser/chromeos/cros/
Dinput_method_library.cc128 chromeos::input_method::GetInputMethodDescriptorFromId( in GetActiveInputMethods()
140 result->push_back(input_method::GetFallbackInputMethodDescriptor()); in GetActiveInputMethods()
155 result->push_back(input_method::GetFallbackInputMethodDescriptor()); in GetSupportedInputMethods()
171 chromeos::input_method::IsKeyboardLayout(input_method_id)) { in ChangeInputMethod()
245 return input_method::GetFallbackInputMethodDescriptor(); in previous_input_method()
252 return input_method::GetFallbackInputMethodDescriptor(); in current_input_method()
276 chromeos::input_method::IsKeyboardLayout( in ContainOnlyOneKeyboardLayout()
571 if (!input_method::SetCurrentKeyboardLayoutByName( in ChangeCurrentInputMethod()
604 chromeos::input_method::GetInputMethodDescriptorFromId( in ChangeCurrentInputMethodFromId()
843 current_input_method_ = input_method::GetFallbackInputMethodDescriptor(); in InputMethodLibraryStubImpl()
Dcros_library.cc62 DEFINE_GET_LIBRARY_METHOD(InputMethod, input_method);
119 DEFINE_SET_LIBRARY_METHOD(InputMethod, input_method);
Dcros_mock.cc49 input_method::GetFallbackInputMethodDescriptor(); in CrosMock()
407 input_method::GetFallbackInputMethodDescriptor()); in CreateInputMethodDescriptors()