Searched refs:SetInputMethodConfig (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dibus_controller.h46 virtual bool SetInputMethodConfig(const std::string& section,
H A Dibus_controller_base_unittest.cc16 // A mock class for testing SetInputMethodConfig(), AddObserver(), and
94 EXPECT_TRUE(controller_->SetInputMethodConfig("section",
111 EXPECT_TRUE(controller_->SetInputMethodConfig("section/2",
121 EXPECT_TRUE(controller_->SetInputMethodConfig("section",
151 EXPECT_FALSE(controller_->SetInputMethodConfig("section",
H A Dibus_controller_base.cc24 bool IBusControllerBase::SetInputMethodConfig( function in class:chromeos::input_method::IBusControllerBase
H A Dibus_controller_base.h30 virtual bool SetInputMethodConfig(
60 // Values that have been set via SetInputMethodConfig(). We keep a copy
H A Dmock_input_method_manager.cc88 bool MockInputMethodManager::SetInputMethodConfig( function in class:chromeos::input_method::MockInputMethodManager
H A Dmock_input_method_manager.h48 virtual bool SetInputMethodConfig(
H A Dinput_method_manager_impl.h76 virtual bool SetInputMethodConfig(
H A Dinput_method_manager_impl.cc386 bool InputMethodManagerImpl::SetInputMethodConfig( function in class:chromeos::input_method::InputMethodManagerImpl
396 return ibus_controller_->SetInputMethodConfig(section, config_name, value);
H A Dinput_method_manager_impl_unittest.cc354 EXPECT_TRUE(manager_->SetInputMethodConfig("section", "name", config));
365 // SetInputMethodConfig should be no-op in STATE_TERMINATING.
367 EXPECT_FALSE(manager_->SetInputMethodConfig("section", "name", config));
/external/chromium_org/chrome/browser/chromeos/
H A Dpreferences_unittest.cc28 virtual bool SetInputMethodConfig(
H A Dpreferences.cc802 input_method_manager_->SetInputMethodConfig(section, name, config);
811 input_method_manager_->SetInputMethodConfig(section, name, config);
820 input_method_manager_->SetInputMethodConfig(section, name, config);
832 input_method_manager_->SetInputMethodConfig(section, name, config);
/external/chromium_org/chromeos/ime/
H A Dinput_method_manager.h150 virtual bool SetInputMethodConfig(const std::string& section,

Completed in 151 milliseconds