Searched defs:AbortedByUserException (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A D__init__.py43 # Export AbortedByUserException, HandshakeException, and VersionException
45 from mod_pywebsocket.handshake._base import AbortedByUserException namespace
105 except AbortedByUserException, e:
H A D_base.py40 class AbortedByUserException(Exception): class in inherits:Exception
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A D__init__.py42 # Export AbortedByUserException, HandshakeException, and VersionException
44 from mod_pywebsocket.handshake._base import AbortedByUserException namespace
99 except AbortedByUserException, e:
H A D_base.py40 class AbortedByUserException(Exception): class in inherits:Exception
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_handshake_hybi08.py40 from mod_pywebsocket.handshake._base import AbortedByUserException namespace
123 AbortedByUserException in do_extra_handshake to reject the request.
127 raise AbortedByUserException('An AbortedByUserException to reject the '
283 # do_extra_handshake raises an AbortedByUserException. Check that it's
285 self.assertRaises(AbortedByUserException, handshaker.do_handshake)
H A Dtest_handshake_hybi.py40 from mod_pywebsocket.handshake._base import AbortedByUserException namespace
123 AbortedByUserException in do_extra_handshake to reject the request.
127 raise AbortedByUserException('An AbortedByUserException to reject the '
294 # do_extra_handshake raises an AbortedByUserException. Check that it's
296 self.assertRaises(AbortedByUserException, handshaker.do_handshake)

Completed in 2682 milliseconds