Searched refs:CreateLocallyManagedUser (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Duser.h172 static User* CreateLocallyManagedUser(const std::string& username);
H A Duser.cc186 User* User::CreateLocallyManagedUser(const std::string& username) { function in class:chromeos::User
H A Duser_manager_impl.cc468 User* new_user = User::CreateLocallyManagedUser(local_user_id);
1047 user = User::CreateLocallyManagedUser(*it);
1230 active_user_ = User::CreateLocallyManagedUser(username);

Completed in 108 milliseconds