Searched refs:GetCurrentInputMethod (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl_unittest.cc300 const std::string im_id = manager_->GetCurrentInputMethod().id();
346 EXPECT_EQ(ids[0], manager_->GetCurrentInputMethod().id());
354 manager_->GetCurrentInputMethod().id());
372 EXPECT_EQ(ids[0], manager_->GetCurrentInputMethod().id());
377 EXPECT_EQ(ids[1], manager_->GetCurrentInputMethod().id());
385 manager_->GetCurrentInputMethod().id());
401 EXPECT_EQ(ids[0], manager_->GetCurrentInputMethod().id());
406 EXPECT_EQ(ids[1], manager_->GetCurrentInputMethod().id());
412 EXPECT_EQ(ids[0], manager_->GetCurrentInputMethod().id());
427 EXPECT_EQ(ids[0], manager_->GetCurrentInputMethod()
[all...]
H A Daccessibility.cc47 const InputMethodDescriptor descriptor = imm_->GetCurrentInputMethod();
H A Dmode_indicator_controller.cc114 const InputMethodDescriptor descriptor = imm_->GetCurrentInputMethod();
H A Dinput_method_persistence.cc123 manager->GetCurrentInputMethod().id();
H A Dmock_input_method_manager.cc123 InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const { function in class:chromeos::input_method::MockInputMethodManager
H A Dmock_input_method_manager.h62 virtual InputMethodDescriptor GetCurrentInputMethod() const OVERRIDE;
73 // Sets an input method ID which will be returned by GetCurrentInputMethod().
87 // The value GetCurrentInputMethod().id() will return.
H A Dinput_method_manager_impl.h85 virtual InputMethodDescriptor GetCurrentInputMethod() const OVERRIDE;
H A Dinput_method_manager_impl.cc665 InputMethodDescriptor InputMethodManagerImpl::GetCurrentInputMethod() const { function in class:chromeos::input_method::InputMethodManagerImpl
676 if (InputMethodUtil::IsKeyboardLayout(GetCurrentInputMethod().id()))
H A Dinput_method_engine.cc113 if (manager && ibus_id_ == manager->GetCurrentInputMethod().id())
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinput_method_event_router.cc42 manager->GetCurrentInputMethod().id()));
H A Dinput_method_api.cc39 manager->GetCurrentInputMethod().id());
/external/chromium_org/chrome/browser/ui/ash/
H A Dime_controller_chromeos.cc53 manager->GetCurrentInputMethod();
H A Devent_rewriter.cc135 return manager->GetCurrentInputMethod().id() == kNeo2LayoutId ||
136 manager->GetCurrentInputMethod().id() == kCaMultixLayoutId;
/external/chromium_org/chromeos/ime/
H A Dinput_method_manager.h161 virtual InputMethodDescriptor GetCurrentInputMethod() const = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dkeyboard_overlay_ui.cc331 manager->GetCurrentInputMethod();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_screen_handler.cc276 std::string current_input_method_id = manager->GetCurrentInputMethod().id();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc665 locale, manager->GetCurrentInputMethod(), &input_method_ids);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dash_system_tray_delegate.cc730 input_method::InputMethodDescriptor ime = manager->GetCurrentInputMethod();
741 std::string current = manager->GetCurrentInputMethod().id();

Completed in 2591 milliseconds