Home
last modified time | relevance | path

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

/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.h47 enum AuthenticationError { enum
71 AuthenticationError error;
149 enum AuthenticationError auth_error;
228 inline enum AuthenticationError auth_error() const { in auth_error()
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dcommit.py29 from webkitpy.common.checkout.scm import AuthenticationError, AmbiguousCommitError
73 except AuthenticationError, e:
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm.py136 class AuthenticationError(Exception): class
568 raise AuthenticationError(self.svn_server_host)
948 raise AuthenticationError(SVN.svn_server_host, prompt_for_password=True)
Dscm_unittest.py48 …_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousC…
668 self.assertRaises(AuthenticationError, self._shared_test_commit_with_message)
/external/webkit/Tools/
DChangeLog417 - Modified AuthenticationError constructor to take optional prompt_for_password argument.