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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake.py 161 allow_quoted_string=False))
172 allow_quoted_string=True))
177 allow_quoted_string=True))
184 allow_quoted_string=False))
197 allow_quoted_string=True))
203 allow_quoted_string=True))
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
common.py 197 def _parse_extension_param(state, definition, allow_quoted_string):
211 if allow_quoted_string:
224 def _parse_extension(state, allow_quoted_string):
240 _parse_extension_param(state, extension, allow_quoted_string)
249 def parse_extensions(data, allow_quoted_string=False):
260 extension = _parse_extension(state, allow_quoted_string)
extensions.py 282 return common.parse_extensions(data, allow_quoted_string=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
common.py 198 def _parse_extension_param(state, definition, allow_quoted_string):
212 if allow_quoted_string:
225 def _parse_extension(state, allow_quoted_string):
241 _parse_extension_param(state, extension, allow_quoted_string)
250 def parse_extensions(data, allow_quoted_string=False):
261 extension = _parse_extension(state, allow_quoted_string)
extensions.py 328 return common.parse_extensions(data, allow_quoted_string=True)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi.py 314 allow_quoted_string=False
316 allow_quoted_string=True
319 extensions_header, allow_quoted_string=allow_quoted_string)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py 339 allow_quoted_string=False
341 allow_quoted_string=True
344 extensions_header, allow_quoted_string=allow_quoted_string)

Completed in 567 milliseconds