HomeSort by relevance Sort by last modified time
    Searched refs:input_method (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /external/chromium_org/chromeos/ime/
input_method_manager.cc 10 namespace input_method { namespace in namespace:chromeos
35 } // namespace input_method
input_method_whitelist.h 17 namespace input_method { namespace in namespace:chromeos
43 } // namespace input_method
input_method_whitelist_unittest.cc 10 namespace input_method { namespace in namespace:chromeos
31 } // namespace input_method
fake_input_method_delegate.cc 8 namespace input_method { namespace in namespace:chromeos
34 } // namespace input_method
input_method_property.h 13 namespace input_method { namespace in namespace:chromeos
41 } // namespace input_method
input_method_property_unittest.cc 10 namespace input_method { namespace in namespace:chromeos
30 } // namespace input_method
mock_component_extension_ime_manager_delegate.cc 11 namespace input_method { namespace in namespace:chromeos
41 } // namespace input_method
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.cc 5 #include "chrome/browser/chromeos/input_method/input_method_util.h"
144 namespace input_method { namespace in namespace:chromeos
416 const InputMethodDescriptor& input_method) const {
423 if (kMappingFromIdToIndicatorText[i].input_method_id == input_method.id()) {
431 IsKeyboardLayout(input_method.id())) {
434 UTF8ToUTF16(GetKeyboardLayoutName(input_method.id()));
447 DCHECK(!input_method.language_codes().empty());
448 const std::string language_code = input_method.language_codes().at(0);
457 const InputMethodDescriptor& input_method) const {
463 input_method.id())
632 const InputMethodDescriptor* input_method = local
664 const InputMethodDescriptor& input_method = imes.at(i); local
699 const InputMethodDescriptor& input_method = local
728 const InputMethodDescriptor& input_method = iter->second; local
    [all...]
input_method_delegate_impl.cc 5 #include "chrome/browser/chromeos/input_method/input_method_delegate_impl.h"
14 namespace input_method { namespace in namespace:chromeos
42 } // namespace input_method
input_method_persistence.h 15 namespace input_method { namespace in namespace:chromeos
42 } // namespace input_method
mock_ibus_controller.h 8 #include "chrome/browser/chromeos/input_method/ibus_controller_base.h"
11 namespace input_method { namespace in namespace:chromeos
44 } // namespace input_method
browser_state_monitor.h 18 namespace input_method { namespace in namespace:chromeos
46 } // namespace input_method
delayable_widget.cc 5 #include "chrome/browser/chromeos/input_method/delayable_widget.h"
10 namespace input_method { namespace in namespace:chromeos
45 } // namespace input_method
hidable_area.cc 5 #include "chrome/browser/chromeos/input_method/hidable_area.h"
10 namespace input_method { namespace in namespace:chromeos
47 } // namespace input_method
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc 16 #include "chrome/browser/chromeos/input_method/input_method_util.h"
187 const InputMethodDescriptor& input_method local
189 return input_method == CrosLibrary::Get()->GetInputMethodLibrary()->
307 return input_method::GetStringUTF16(
325 const InputMethodDescriptor& input_method local
328 input_method.id);
420 const InputMethodDescriptor& input_method = library->current_input_method(); local
422 UpdateUIFromInputMethod(input_method, num_active_input_methods);
475 const InputMethodDescriptor& input_method,
477 const std::wstring name = GetTextForIndicator(input_method);
    [all...]
input_method_menu_button.cc 11 #include "chrome/browser/chromeos/input_method/input_method_util.h"
85 input_method::OnLocaleChanged();
123 input_method::IsKeyboardLayout(input_method_id) &&
160 const InputMethodDescriptor& input_method = local
162 const std::wstring name = InputMethodMenu::GetTextForIndicator(input_method);
163 const std::wstring tooltip = InputMethodMenu::GetTextForMenu(input_method);
166 UpdateUI(input_method.id, name, tooltip, num_active_input_methods);
  /external/chromium_org/chrome/browser/chromeos/
system_key_event_listener.cc 49 input_method::XKeyboard* xkeyboard =
50 input_method::InputMethodManager::Get()->GetXKeyboard();
125 input_method::InputMethodManager* input_method_manager =
126 input_method::InputMethodManager::Get();
141 input_method::kDontChange /* caps lock */,
142 input_method::kDisableLock /* num lock */);
  /external/chromium/chrome/browser/chromeos/login/
html_page_screen.cc 10 #include "chrome/browser/chromeos/input_method/input_method_util.h"
101 input_method::EnableInputMethods(
102 locale, input_method::kAllInputMethods, "");
128 input_method::EnableInputMethods(
129 locale, input_method::kKeyboardLayoutsOnly, "");
account_screen.cc 10 #include "chrome/browser/chromeos/input_method/input_method_util.h"
150 input_method::EnableInputMethods(
151 locale, input_method::kAllInputMethods, "");
175 input_method::EnableInputMethods(
176 locale, input_method::kKeyboardLayoutsOnly, "");
registration_screen.cc 10 #include "chrome/browser/chromeos/input_method/input_method_util.h"
89 input_method::EnableInputMethods(
90 locale, input_method::kAllInputMethods, "");
140 input_method::EnableInputMethods(
141 locale, input_method::kKeyboardLayoutsOnly, "");
  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_api.cc 37 chromeos::input_method::InputMethodManager* manager =
38 chromeos::input_method::InputMethodManager::Get();
39 const std::string input_method = InputMethodAPI::GetInputMethodForXkb(
41 SetResult(Value::CreateStringValue(input_method));
  /external/chromium_org/chrome/browser/ui/ash/
ime_controller_chromeos_unittest.cc 8 #include "chrome/browser/chromeos/input_method/input_method_configuration.h"
9 #include "chrome/browser/chromeos/input_method/mock_input_method_manager.h"
22 new chromeos::input_method::MockInputMethodManager;
23 chromeos::input_method::InitializeForTesting(
28 chromeos::input_method::Shutdown();
34 chromeos::input_method::MockInputMethodManager* mock_input_method_manager_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.cc 34 using chromeos::input_method::ModifierKey;
52 {chromeos::input_method::kSearchKey, "search"},
53 {chromeos::input_method::kControlKey, "ctrl"},
54 {chromeos::input_method::kAltKey, "alt"},
55 {chromeos::input_method::kVoidKey, "disabled"},
56 {chromeos::input_method::kCapsLockKey, "caps lock"},
328 chromeos::input_method::InputMethodManager* manager =
329 chromeos::input_method::InputMethodManager::Get();
330 const chromeos::input_method::InputMethodDescriptor& descriptor =
341 modifier_map[chromeos::input_method::kSearchKey] = static_cast<ModifierKey>
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 19 #include "chrome/browser/chromeos/input_method/input_method_util.h"
51 input_method::InputMethodManager::Get()->GetComponentExtensionIMEManager()->
56 input_method::InputMethodManager::Get()->GetComponentExtensionIMEManager()->
97 input_method::InputMethodManager* manager =
98 input_method::InputMethodManager::Get();
100 scoped_ptr<input_method::InputMethodDescriptors> descriptors(
105 input_method::InputMethodDescriptors ext_ime_descriptors;
112 input_method::InputMethodManager::Get()
146 const input_method::InputMethodDescriptors& descriptors) {
147 input_method::InputMethodManager* manager
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 41 localized_strings->SetString("input_method",
93 chromeos::input_method::GetLanguageCodeFromDescriptor(descriptor);
95 chromeos::input_method::GetInputMethodDisplayNameFromId(descriptor.id);
107 for (size_t j = 0; j < arraysize(chromeos::input_method::kExtraLanguages);
110 chromeos::input_method::kExtraLanguages[j].input_method_id;
112 chromeos::input_method::kExtraLanguages[j].language_code;
132 chromeos::input_method::GetLanguageCodeFromDescriptor(descriptor);
136 for (size_t i = 0; i < arraysize(chromeos::input_method::kExtraLanguages);
139 chromeos::input_method::kExtraLanguages[i].language_code;
157 chromeos::input_method::GetLanguageDisplayNameFromCode(*iter)
    [all...]

Completed in 1614 milliseconds

12 3 4 5 6 7