Home
last modified time | relevance | path

Searched refs:kGZipFooterSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dgzip_filter.h74 static const int kGZipFooterSize = 8; variable
Dgzip_filter.cc291 int footer_bytes_expected = kGZipFooterSize - gzip_footer_bytes_; in SkipGZipFooter()