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

  /external/chromium_org/net/http/
http_stream_parser.cc 227 request_body_send_buf_ = new SeekableIOBuffer(kRequestBodyBufferSize);
229 // Read buffer is adjusted to guarantee that |request_body_send_buf_| is
235 request_body_read_buf_ = request_body_send_buf_;
452 request_body_send_buf_->DidConsume(result);
453 if (request_body_send_buf_->BytesRemaining() > 0) {
455 ->Write(request_body_send_buf_.get(),
456 request_body_send_buf_->BytesRemaining(),
485 request_body_send_buf_->Clear();
487 request_body_send_buf_->data(),
488 request_body_send_buf_->capacity())
    [all...]
http_stream_parser.h 229 scoped_refptr<SeekableIOBuffer> request_body_send_buf_; member in class:net::HttpStreamParser

Completed in 978 milliseconds