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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
commit.py 29 from webkitpy.common.checkout.scm import AuthenticationError, AmbiguousCommitError
73 except AuthenticationError, e:
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 47 enum AuthenticationError {
71 AuthenticationError error;
149 enum AuthenticationError auth_error;
228 inline enum AuthenticationError auth_error() const {
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 136 class AuthenticationError(Exception):
568 raise AuthenticationError(self.svn_server_host)
    [all...]
scm_unittest.py 48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm
668 self.assertRaises(AuthenticationError, self._shared_test_commit_with_message)
    [all...]

Completed in 83 milliseconds