Home
last modified time | relevance | path

Searched refs:hosted_policy_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dauth_attempt_state.cc29 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed), in AuthAttemptState()
45 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed), in AuthAttemptState()
60 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed), in AuthAttemptState()
82 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed; in DisableHosted()
136 return hosted_policy_; in hosted_policy()
Dtest_attempt_state.cc34 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed; in DisableHosted()
58 return hosted_policy_; in hosted_policy()
Dauth_attempt_state.h102 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_; variable
/external/chromium/chrome/browser/chromeos/login/
Dauth_attempt_state.cc30 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed), in AuthAttemptState()
45 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed), in AuthAttemptState()
68 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed; in DisableHosted()
108 return hosted_policy_; in hosted_policy()
Dgoogle_authenticator.cc59 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed), in GoogleAuthenticator()
93 hosted_policy_); in TryClientLogin()
185 if (hosted_policy_ == GaiaAuthFetcher::HostedAccountsAllowed && in OnClientLoginSuccess()
194 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed; in OnClientLoginSuccess()
219 hosted_policy_ != GaiaAuthFetcher::HostedAccountsAllowed) { in OnClientLoginFailure()
233 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed; in OnClientLoginFailure()
Dgoogle_authenticator.h160 hosted_policy_ = policy; in set_hosted_policy()
186 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_; variable
Dtest_attempt_state.cc44 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed; in DisableHosted()
Dtest_attempt_state.h49 return hosted_policy_; in hosted_policy()
Dauth_attempt_state.h86 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_; variable