HomeSort by relevance Sort by last modified time
    Searched defs:GetSupportedInputMethods (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/ime/
input_method_whitelist.cc 30 InputMethodWhitelist::GetSupportedInputMethods() const {
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.cc 13 util_(&delegate_, whitelist_.GetSupportedInputMethods()) {
39 MockInputMethodManager::GetSupportedInputMethods() const {
input_method_manager_impl.cc 130 util_(delegate_.get(), GetSupportedInputMethods()),
190 InputMethodManagerImpl::GetSupportedInputMethods() const {
191 return whitelist_.GetSupportedInputMethods();
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 150 virtual InputMethodDescriptors* GetSupportedInputMethods() {
    [all...]

Completed in 235 milliseconds