Home
last modified time | relevance | path

Searched refs:ReplaceEnabledInputMethods (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl_unittest.cc584 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
594 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
612 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
626 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
643 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
656 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
671 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
679 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
694 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
726 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids)); in TEST_F()
[all …]
H A Dinput_method_manager_impl.h114 bool ReplaceEnabledInputMethods(
H A Dinput_method_manager_impl.cc396 bool InputMethodManagerImpl::StateImpl::ReplaceEnabledInputMethods( in ReplaceEnabledInputMethods() function in chromeos::input_method::InputMethodManagerImpl::StateImpl
476 return ReplaceEnabledInputMethods(new_active_input_method_ids); in SetAllowedInputMethods()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/ime/chromeos/
H A Dmock_input_method_manager.cc90 bool MockInputMethodManager::State::ReplaceEnabledInputMethods( in ReplaceEnabledInputMethods() function in chromeos::input_method::MockInputMethodManager::State
H A Dmock_input_method_manager.h59 bool ReplaceEnabledInputMethods( in COMPONENT_EXPORT()
H A Dinput_method_manager.h227 virtual bool ReplaceEnabledInputMethods( in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/base/
H A Dlocale_util.cc94 ime_state->ReplaceEnabledInputMethods( in FinishSwitchLanguage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc873 ime_state->ReplaceEnabledInputMethods(input_methods); in Callback()
H A Dpreferences.cc1059 ime_state_->ReplaceEnabledInputMethods(split_values); in SetLanguageConfigStringListAsCSV()