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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
http_header_util.py 39 _SEPARATORS = '()<>@,;:\\"/[]?={} \t'
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
http_header_util.py 39 _SEPARATORS = '()<>@,;:\\"/[]?={} \t'
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):

Completed in 66 milliseconds