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

  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc 211 DCHECK(existing_users_.get());
214 if (!existing_users_->GetDictionary(user_id, &user_info)) {
255 DCHECK(existing_users_.get());
258 if (!existing_users_->GetDictionary(user_id, &user_info)) {
386 if (!existing_users_.get())
388 for (base::DictionaryValue::Iterator it(*existing_users_.get());
463 existing_users_.reset(new base::DictionaryValue());
513 existing_users_->Set(it.key(), local_copy);
locally_managed_user_creation_screen.h 121 scoped_ptr<base::DictionaryValue> existing_users_; member in class:chromeos::LocallyManagedUserCreationScreen

Completed in 24 milliseconds