Searched refs:primary_user_hash (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/login/
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
H A Dlogin_state.h59 const std::string& primary_user_hash);
96 const std::string& primary_user_hash() const { return primary_user_hash_; } function in class:chromeos::LoginState
H A Dlogin_state_unittest.cc147 EXPECT_EQ(kTestUserHash, LoginState::Get()->primary_user_hash());
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api_chromeos.cc75 if (current_user_hash != chromeos::LoginState::Get()->primary_user_hash())

Completed in 1845 milliseconds