Searched refs:AuthenticationError (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/common/net/gaia/ |
D | gaia_authenticator.h | 47 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/ |
D | commit.py | 29 from webkitpy.common.checkout.scm import AuthenticationError, AmbiguousCommitError 73 except AuthenticationError, e:
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm.py | 136 class AuthenticationError(Exception): class 568 raise AuthenticationError(self.svn_server_host) 948 raise AuthenticationError(SVN.svn_server_host, prompt_for_password=True)
|
D | scm_unittest.py | 48 …_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousC… 668 self.assertRaises(AuthenticationError, self._shared_test_commit_with_message)
|
/external/webkit/Tools/ |
D | ChangeLog | 417 - Modified AuthenticationError constructor to take optional prompt_for_password argument.
|