HomeSort by relevance Sort by last modified time
    Searched full:versionexception (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py 42 # Export AbortedByUserException, HandshakeException, and VersionException
46 from mod_pywebsocket.handshake._base import VersionException
101 except VersionException, e:
_base.py 64 class VersionException(Exception):
76 super(VersionException, self).__init__(name)
hybi.py 60 from mod_pywebsocket.handshake._base import VersionException
300 raise VersionException(
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py 43 # Export AbortedByUserException, HandshakeException, and VersionException
47 from mod_pywebsocket.handshake._base import VersionException
107 except VersionException, e:
_base.py 64 class VersionException(Exception):
76 super(VersionException, self).__init__(name)
hybi.py 59 from mod_pywebsocket.handshake._base import VersionException
286 raise VersionException(
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi08.py 42 from mod_pywebsocket.handshake._base import VersionException
366 except VersionException, e:
test_handshake_hybi.py 42 from mod_pywebsocket.handshake._base import VersionException
427 except VersionException, e:
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 211 except handshake.VersionException, e:
standalone.py 582 except handshake.VersionException, e:
    [all...]
mux.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
headerparserhandler.py 218 except handshake.VersionException, e:
standalone.py 791 except handshake.VersionException, e:
    [all...]
mux.py     [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 586 except handshake.VersionException, e:
    [all...]

Completed in 486 milliseconds