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

  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc 228 DCHECK(existing_users_.get());
231 if (!existing_users_->GetDictionary(user_id, &user_info)) {
294 DCHECK(existing_users_.get());
297 if (!existing_users_->GetDictionary(user_id, &user_info)) {
428 if (!existing_users_.get())
430 for (base::DictionaryValue::Iterator it(*existing_users_.get());
493 existing_users_.reset(new base::DictionaryValue());
549 existing_users_->Set(it.key(), local_copy);
locally_managed_user_creation_screen.h 132 scoped_ptr<base::DictionaryValue> existing_users_; member in class:chromeos::LocallyManagedUserCreationScreen

Completed in 881 milliseconds