Searched defs:DidConsume (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/base/
H A Dio_buffer.cc69 void DrainableIOBuffer::DidConsume(int bytes) { function in class:net::DrainableIOBuffer
/external/chromium_org/net/server/
H A Dhttp_connection.cc66 void HttpConnection::ReadIOBuffer::DidConsume(int bytes) { function in class:net::HttpConnection::ReadIOBuffer
125 void HttpConnection::QueuedWriteIOBuffer::DidConsume(int size) { function in class:net::HttpConnection::QueuedWriteIOBuffer
/external/chromium_org/net/http/
H A Dhttp_stream_parser.cc100 // buf->DidConsume(bytes_written);
120 // DidConsume() changes the |data_| pointer so that |data_| always points
122 void DidConsume(int bytes) { function in class:net::HttpStreamParser::SeekableIOBuffer
265 request_headers_->DidConsume(request_headers_length_);
272 request_headers_->DidConsume(consumed);
451 request_headers_->DidConsume(result);
508 request_body_send_buf_->DidConsume(result);
/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc287 void WebSocketChannel::PendingReceivedFrame::DidConsume(size_t bytes) { function in class:net::WebSocketChannel::PendingReceivedFrame
444 front.DidConsume(bytes_to_send);

Completed in 93 milliseconds