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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 511 self._waiting_write_completion = False
547 if self._waiting_write_completion:
552 self._waiting_write_completion = True
573 if not self._waiting_write_completion:
577 self._waiting_write_completion = False
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 548 # - Protects _waiting_write_completion
551 self._waiting_write_completion = False
588 if self._waiting_write_completion:
593 self._waiting_write_completion = True
615 if not self._waiting_write_completion:
619 self._waiting_write_completion = False
629 self._waiting_write_completion = False
    [all...]

Completed in 95 milliseconds