Home
last modified time | relevance | path

Searched refs:IsUserGaiaAuthenticated (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_util.cc17 if (!chromeos::LoginState::Get()->IsUserGaiaAuthenticated()) in IsProfileAssociatedWithGaiaAccount()
/external/chromium_org/chromeos/login/
Dlogin_state.h93 bool IsUserGaiaAuthenticated() const;
Dlogin_state.cc119 bool LoginState::IsUserGaiaAuthenticated() const { in IsUserGaiaAuthenticated() function in chromeos::LoginState