Home
last modified time | relevance | path

Searched refs:hosted_policy (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/login/auth/
Donline_attempt.cc62 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed && in OnClientLoginSuccess()
94 attempt_->hosted_policy() != GaiaAuthFetcher::HostedAccountsAllowed) { in OnClientLoginFailure()
126 attempt_->hosted_policy()); in TryClientLogin()
Dtest_attempt_state.h38 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy() OVERRIDE;
Dtest_attempt_state.cc53 GaiaAuthFetcher::HostedAccountsSetting TestAttemptState::hosted_policy() { in hosted_policy() function in chromeos::TestAttemptState
Dauth_attempt_state.h66 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy();
Dauth_attempt_state.cc90 GaiaAuthFetcher::HostedAccountsSetting AuthAttemptState::hosted_policy() { in hosted_policy() function in chromeos::AuthAttemptState