HomeSort by relevance Sort by last modified time
    Searched full:prefs_users (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 249 const ListValue* prefs_users = local_state->GetList(kLoggedInUsers); local
252 if (prefs_users) {
253 for (ListValue::const_iterator it = prefs_users->begin();
254 it != prefs_users->end();
450 const ListValue* prefs_users = local_state->GetList(kLoggedInUsers); local
451 DCHECK(prefs_users);
461 for (ListValue::const_iterator it = prefs_users->begin();
462 it != prefs_users->end();

Completed in 69 milliseconds