OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_compression_extension
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py
52
from mod_pywebsocket.extensions import
is_compression_extension
namespace
247
if not
is_compression_extension
(processor.name()):
252
if
is_compression_extension
(processors[j].name()):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py
909
def
is_compression_extension
(extension_name):
function
Completed in 32 milliseconds