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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.cc 38 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod);
47 // Somehow key kUsersLRUInputMethod has value of invalid type.
49 local_state->Set(prefs::kUsersLRUInputMethod, base::DictionaryValue());
51 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod);
60 DVLOG(1) << "Failed to replace local_state.kUsersLRUInputMethod: '"
61 << prefs::kUsersLRUInputMethod << "' for '" << username << "'";
  /external/chromium_org/chrome/common/
pref_names.h 676 extern const char kUsersLRUInputMethod[];
pref_names.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc 188 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod);
790 registry->RegisterDictionaryPref(prefs::kUsersLRUInputMethod);
805 local_state->GetDictionary(prefs::kUsersLRUInputMethod);
809 << "'): no kUsersLRUInputMethod";
    [all...]

Completed in 65 milliseconds