OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCompressible
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/spdy/
spdy_framer.h
284
bool
IsCompressible
(const SpdyFrame& frame) const;
spdy_framer.cc
826
bool SpdyFramer::
IsCompressible
(const SpdyFrame& frame) const {
[
all
...]
spdy_session.cc
799
if (spdy_framer_.
IsCompressible
(uncompressed_frame)) {
[
all
...]
Completed in 253 milliseconds