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 56 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod);
65 // Somehow key kUsersLRUInputMethod has value of invalid type.
67 local_state->Set(prefs::kUsersLRUInputMethod, base::DictionaryValue());
69 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod);
78 DVLOG(1) << "Failed to replace local_state.kUsersLRUInputMethod: '"
79 << prefs::kUsersLRUInputMethod << "' for '" << username << "'";
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc 323 local_state->GetDictionary(prefs::kUsersLRUInputMethod);
327 << "'): no kUsersLRUInputMethod";
349 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod);
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h     [all...]

Completed in 241 milliseconds