/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | language_customize_modifier_keys_handler.cc | 15 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()
|
D | cros_language_options_handler.cc | 93 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/ |
D | input_method_menu.cc | 187 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 …]
|
D | input_method_menu_button.cc | 85 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()
|
D | input_method_menu_button_browsertest.cc | 38 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()
|
D | input_method_menu.h | 100 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/ |
D | preferences.cc | 60 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/ |
D | input_method_util.cc | 68 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 …]
|
D | xkeyboard.h | 14 namespace input_method {
|
D | input_method_util.h | 17 namespace input_method {
|
D | xkeyboard_unittest.cc | 17 namespace input_method { namespace
|
D | xkeyboard.cc | 25 namespace input_method { namespace
|
D | input_method_util_unittest.cc | 16 namespace input_method { namespace
|
/external/chromium/chrome/browser/chromeos/login/ |
D | base_login_display_host.cc | 54 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()
|
D | html_page_screen.cc | 101 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()
|
D | registration_screen.cc | 89 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()
|
D | account_screen.cc | 150 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()
|
D | language_switch_menu.cc | 140 input_method::EnableInputMethods( in SwitchLanguageAndEnableKeyboardLayouts() 141 locale, input_method::kKeyboardLayoutsOnly, in SwitchLanguageAndEnableKeyboardLayouts() 142 input_method::GetHardwareInputMethodId()); in SwitchLanguageAndEnableKeyboardLayouts()
|
D | keyboard_switch_menu.cc | 61 return UTF8ToUTF16(input_method::GetInputMethodDisplayNameFromId( in GetCurrentKeyboardName()
|
D | login_utils.cc | 478 input_method::GetFirstLoginInputMethodIds(locale, in SetFirstLoginPrefs() 499 input_method::GetLanguageCodesFromInputMethodIds( in SetFirstLoginPrefs()
|
D | screen_locker.cc | 128 chromeos::input_method::GetHardwareInputMethodId(); in SetupInputMethodsForScreenLocker() 140 if (!chromeos::input_method::IsKeyboardLayout(input_method_id)) in SetupInputMethodsForScreenLocker()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | input_method_library.cc | 128 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()
|
D | cros_library.cc | 62 DEFINE_GET_LIBRARY_METHOD(InputMethod, input_method); 119 DEFINE_SET_LIBRARY_METHOD(InputMethod, input_method);
|
D | cros_mock.cc | 49 input_method::GetFallbackInputMethodDescriptor(); in CrosMock() 407 input_method::GetFallbackInputMethodDescriptor()); in CreateInputMethodDescriptors()
|