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

  /external/chromium/net/http/
http_chunked_decoder.h 85 int bytes_after_eof() const { return bytes_after_eof_; } function in class:net::HttpChunkedDecoder
http_chunked_decoder_unittest.cc 17 int bytes_after_eof) {
33 EXPECT_EQ(bytes_after_eof, decoder.bytes_after_eof());
http_stream_parser.cc 523 save_amount = chunked_decoder_->bytes_after_eof();

Completed in 192 milliseconds