HomeSort by relevance Sort by last modified time
    Searched refs:GetActiveIMEState (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl_unittest.cc 182 manager_->GetActiveIMEState()->AddInputMethodExtension(
186 manager_->GetActiveIMEState()->AddInputMethodExtension(
366 manager_->GetActiveIMEState()->EnableLoginLayouts("en-US", keyboard_layouts);
367 EXPECT_EQ(5U, manager_->GetActiveIMEState()->GetActiveInputMethods()->size());
370 manager_->GetActiveIMEState()->ChangeInputMethod(
375 manager_->GetActiveIMEState()->ChangeInputMethod(
419 manager_->GetActiveIMEState()->EnableLoginLayouts("en-US", keyboard_layouts);
420 EXPECT_EQ(5U, manager_->GetActiveIMEState()->GetNumActiveInputMethods());
424 manager_->GetActiveIMEState()->EnableLoginLayouts(
426 EXPECT_EQ(2U, manager_->GetActiveIMEState()->GetNumActiveInputMethods())
    [all...]
accessibility.cc 35 imm_->GetActiveIMEState()->GetCurrentInputMethod();
mode_indicator_browsertest.cc 129 imm->GetActiveIMEState()->EnableLoginLayouts("fr", keyboard_layouts);
130 ASSERT_LT(1UL, imm->GetActiveIMEState()->GetNumActiveInputMethods());
142 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
157 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
179 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
197 imm->GetActiveIMEState()->EnableLoginLayouts("fr", keyboard_layouts);
198 ASSERT_LT(1UL, imm->GetActiveIMEState()->GetNumActiveInputMethods());
207 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
211 EXPECT_TRUE(imm->GetActiveIMEState()->SwitchToNextInputMethod());
mode_indicator_controller.cc 104 imm_->GetActiveIMEState()->GetCurrentInputMethod();
input_method_persistence.cc 126 manager->GetActiveIMEState()->GetCurrentInputMethod().id();
mock_input_method_manager.cc 217 MockInputMethodManager::GetActiveIMEState() {
224 return manager_->GetActiveIMEState();
mock_input_method_manager.h 101 virtual scoped_refptr<InputMethodManager::State> GetActiveIMEState() OVERRIDE;
input_method_engine_browsertests.cc 75 InputMethodManager::Get()->GetActiveIMEState()->SetEnabledExtensionImes(
79 InputMethodManager::Get()->GetActiveIMEState()->GetInputMethodExtensions(
151 InputMethodManager::Get()->GetActiveIMEState()->ChangeInputMethod(
232 InputMethodManager::Get()->GetActiveIMEState()->ChangeInputMethod(
    [all...]
input_method_manager_impl.h 167 virtual scoped_refptr<InputMethodManager::State> GetActiveIMEState() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/ui/
user_adding_screen_input_methods_controller.cc 26 saved_ime_state_ = imm->GetActiveIMEState();
28 imm->GetActiveIMEState()->EnableLockScreenLayouts();
webui_login_display.cc 183 if (ime_manager->GetActiveIMEState()->GetNumActiveInputMethods() > 1) {
  /external/chromium_org/chrome/browser/ui/ash/
ime_controller_chromeos.cc 13 manager->GetActiveIMEState()->SwitchToNextInputMethod();
19 return manager->GetActiveIMEState()->SwitchToPreviousInputMethod(accelerator);
25 return manager->GetActiveIMEState()->SwitchInputMethod(accelerator);
53 manager->GetActiveIMEState()->GetCurrentInputMethod();
  /external/chromium_org/chrome/browser/chromeos/login/
login_ui_keyboard_browsertest.cc 133 ->GetActiveIMEState()
151 ->GetActiveIMEState()
162 ->GetActiveIMEState()
171 ->GetActiveIMEState()
232 ->GetActiveIMEState()
261 ->GetActiveIMEState()
275 ->GetActiveIMEState()
  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_event_router.cc 41 manager->GetActiveIMEState()->GetCurrentInputMethod().id()));
input_method_api.cc 35 manager->GetActiveIMEState()->GetCurrentInputMethod().id())));
46 chromeos::input_method::InputMethodManager::Get()->GetActiveIMEState();
69 manager->GetActiveIMEState();
input_method_apitest_chromeos.cc 57 manager->GetActiveIMEState()->EnableLoginLayouts(kLoginScreenUILanguage,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.cc 168 input_method_manager->GetActiveIMEState()->EnableInputMethod(
170 input_method_manager->GetActiveIMEState()->ChangeInputMethod(
network_screen_handler.cc 181 ->GetActiveIMEState()
294 ->GetActiveIMEState()
317 manager->GetActiveIMEState()->GetCurrentInputMethod().id());
l10n_util.cc 416 manager->GetActiveIMEState()->EnableLoginLayouts(
420 manager->GetActiveIMEState()->GetActiveInputMethods());
495 ->GetActiveIMEState()
  /external/chromium_org/chrome/browser/chromeos/
preferences_unittest.cc 91 &prefs, test_user, mock_manager.GetActiveIMEState());
preferences_browsertest.cc 108 ->GetActiveIMEState()
  /external/chromium_org/chrome/browser/chromeos/base/
locale_util.cc 63 manager->GetActiveIMEState();
  /external/chromium_org/chromeos/ime/
input_method_manager.h 233 virtual scoped_refptr<InputMethodManager::State> GetActiveIMEState() = 0;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 93 manager->GetActiveIMEState()->GetInputMethodExtensions(&ext_ime_descriptors);
233 ->GetActiveIMEState()
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc 164 saved_ime_state_ = imm->GetActiveIMEState();
505 ->GetActiveIMEState()

Completed in 123 milliseconds

1 2