HomeSort by relevance Sort by last modified time
    Searched refs:SetImeConfig (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
mock_input_method_library.h 30 MOCK_METHOD3(SetImeConfig, bool(const std::string&, const std::string&,
input_method_library.h 97 // callback function immediately, before returning from the SetImeConfig
99 virtual bool SetImeConfig(const std::string& section,
input_method_library.cc 210 virtual bool SetImeConfig(const std::string& section,
423 if (chromeos::SetImeConfig(input_method_status_connection_,
435 // If SetImeConfig() fails, subsequent calls will likely fail.
473 // SetImeConfig("preload_engine") call above might change the
    [all...]
cros_mock.cc 202 EXPECT_CALL(*mock_input_method_library_, SetImeConfig(_, _, _))
  /external/chromium/chrome/browser/chromeos/
preferences.cc 403 SetImeConfig(section, name, config);
413 SetImeConfig(section, name, config);
423 SetImeConfig(section, name, config);
436 SetImeConfig(section, name, config);
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 153 library->SetImeConfig(
170 library->SetImeConfig(
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 692 library->SetImeConfig(language_prefs::kGeneralSectionName,

Completed in 222 milliseconds