Searched defs:primary_user_hash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/login/
H A Dlogin_state.h58 const std::string& primary_user_hash);
99 const std::string& primary_user_hash() const { return primary_user_hash_; } function in class:chromeos::LoginState
H A Dlogin_state.cc63 const std::string& primary_user_hash) {
65 primary_user_hash_ = primary_user_hash;
66 VLOG(1) << "LoggedInStateUser: " << primary_user_hash;
60 SetLoggedInStateAndPrimaryUser( LoggedInState state, LoggedInUserType type, const std::string& primary_user_hash) argument

Completed in 387 milliseconds