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

12 3 4 5 6 7

  /external/chromium_org/chromeos/ime/
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/ui/base/ime/
input_method_observer.h 41 virtual void OnInputMethodDestroyed(const InputMethod* input_method) = 0;
  /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 */);
preferences.h 29 namespace input_method { namespace in namespace:chromeos
42 input_method::InputMethodManager* input_method_manager); // for testing
95 input_method::InputMethodManager* 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"},
57 {chromeos::input_method::kEscapeKey, "esc"},
328 chromeos::input_method::InputMethodManager* manager =
329 chromeos::input_method::InputMethodManager::Get();
330 const chromeos::input_method::InputMethodDescriptor& descriptor
    [all...]
  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_candidate_window_handler.h 18 input_method::CandidateWindow lookup_table;
32 const input_method::CandidateWindow& candidate_window,
  /external/chromium_org/ui/views/ime/
input_method_bridge_unittest.cc 10 #include "ui/views/ime/input_method.h"
22 ui::InputMethodMinimal input_method(&input_method_delegate);
25 static_cast<ui::InputMethod*>(&input_method));
  /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 36 chromeos::input_method::InputMethodManager* manager =
37 chromeos::input_method::InputMethodManager::Get();
38 const std::string input_method = InputMethodAPI::GetInputMethodForXkb(
40 SetResult(Value::CreateStringValue(input_method));
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.h 15 namespace input_method { namespace in namespace:chromeos
42 } // namespace input_method
mode_indicator_delegate_view.h 18 namespace input_method { namespace in namespace:chromeos
46 } // namespace 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/views/frame/
test_with_browser_view.cc 21 #include "chrome/browser/chromeos/input_method/input_method_configuration.h"
22 #include "chrome/browser/chromeos/input_method/mock_input_method_manager.h"
50 chromeos::input_method::InitializeForTesting(
51 new chromeos::input_method::MockInputMethodManager);
75 chromeos::input_method::Shutdown();
  /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"
57 input_method::InputMethodManager::Get()->GetComponentExtensionIMEManager()->
62 input_method::InputMethodManager::Get()->GetComponentExtensionIMEManager()->
103 input_method::InputMethodManager* manager =
104 input_method::InputMethodManager::Get();
106 scoped_ptr<input_method::InputMethodDescriptors> descriptors(
111 input_method::InputMethodDescriptors ext_ime_descriptors;
118 input_method::InputMethodManager::Get()
152 const input_method::InputMethodDescriptors& descriptors) {
153 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...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 15 #include "chrome/browser/chromeos/input_method/input_method_util.h"
215 input_method::InputMethodManager::Get()->ChangeInputMethod(id);
237 input_method::InputMethodManager* manager =
238 input_method::InputMethodManager::Get();
240 scoped_ptr<input_method::InputMethodDescriptors> descriptors(
271 input_method::InputMethodManager* manager =
272 input_method::InputMethodManager::Get();
273 input_method::InputMethodUtil* util = manager->GetInputMethodUtil();
274 scoped_ptr<input_method::InputMethodDescriptors> input_methods(
279 DictionaryValue* input_method = new DictionaryValue local
    [all...]
  /external/chromium_org/ash/shell/
keyboard_controller_proxy_stub.cc 36 return Shell::GetInstance()->input_method_filter()->input_method();

Completed in 175 milliseconds

12 3 4 5 6 7