HomeSort by relevance Sort by last modified time
    Searched refs:hosted_policy_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc 30 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
45 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
68 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
108 return hosted_policy_;
test_attempt_state.cc 44 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
test_attempt_state.h 49 return hosted_policy_;
auth_attempt_state.h 86 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_; member in class:chromeos::AuthAttemptState
google_authenticator.cc 59 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
93 hosted_policy_);
185 if (hosted_policy_ == GaiaAuthFetcher::HostedAccountsAllowed &&
194 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
219 hosted_policy_ != GaiaAuthFetcher::HostedAccountsAllowed) {
233 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
google_authenticator.h 139 // Start a client login attempt. |hosted_policy_| governs whether we are
160 hosted_policy_ = policy;
186 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_; member in class:chromeos::GoogleAuthenticator
  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.cc 41 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
65 return hosted_policy_;
auth_attempt_state.cc 31 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
47 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
64 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
86 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
133 return hosted_policy_;
auth_attempt_state.h 101 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_; member in class:chromeos::AuthAttemptState

Completed in 169 milliseconds