Searched refs:kGZipFooterSize (Results 1 – 2 of 2) sorted by relevance
/external/chromium/net/base/ | ||
D | gzip_filter.h | 74 static const int kGZipFooterSize = 8; variable |
D | gzip_filter.cc | 291 int footer_bytes_expected = kGZipFooterSize - gzip_footer_bytes_; in SkipGZipFooter() |