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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 240 def compress_and_flush(self, bytes): member in class:_Deflater
345 result = self._deflater.compress_and_flush(bytes)
412 self._socket.sendall(self._deflater.compress_and_flush(bytes))
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 235 def compress_and_flush(self, bytes): member in class:_Deflater
327 return self._deflater.compress_and_flush(bytes)[:-4]
385 self._socket.sendall(self._deflater.compress_and_flush(bytes))
443 self._connection.write(self._deflater.compress_and_flush(bytes))

Completed in 135 milliseconds