Searched refs:ReadIOBuffer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/server/
H A Dhttp_connection_unittest.cc25 scoped_refptr<HttpConnection::ReadIOBuffer> buffer(
26 new HttpConnection::ReadIOBuffer);
27 EXPECT_EQ(HttpConnection::ReadIOBuffer::kInitialBufSize + 0,
29 EXPECT_EQ(HttpConnection::ReadIOBuffer::kInitialBufSize + 0,
33 const int kNewCapacity = HttpConnection::ReadIOBuffer::kInitialBufSize + 128;
41 scoped_refptr<HttpConnection::ReadIOBuffer> buffer(
42 new HttpConnection::ReadIOBuffer);
43 EXPECT_EQ(HttpConnection::ReadIOBuffer::kInitialBufSize + 0,
45 EXPECT_EQ(HttpConnection::ReadIOBuffer::kInitialBufSize + 0,
50 GetTestString(HttpConnection::ReadIOBuffer
[all...]
H A Dhttp_connection.h28 class ReadIOBuffer : public IOBuffer { class in class:net::HttpConnection
35 ReadIOBuffer();
62 virtual ~ReadIOBuffer();
67 DISALLOW_COPY_AND_ASSIGN(ReadIOBuffer);
118 ReadIOBuffer* read_buf() const { return read_buf_.get(); }
127 const scoped_refptr<ReadIOBuffer> read_buf_;
H A Dhttp_connection.cc13 HttpConnection::ReadIOBuffer::ReadIOBuffer() function in class:net::HttpConnection::ReadIOBuffer
19 HttpConnection::ReadIOBuffer::~ReadIOBuffer() {
23 int HttpConnection::ReadIOBuffer::GetCapacity() const {
27 void HttpConnection::ReadIOBuffer::SetCapacity(int capacity) {
33 bool HttpConnection::ReadIOBuffer::IncreaseCapacity() {
48 char* HttpConnection::ReadIOBuffer::StartOfBuffer() const {
52 int HttpConnection::ReadIOBuffer::GetSize() const {
56 void HttpConnection::ReadIOBuffer
[all...]
H A Dhttp_server.cc165 HttpConnection::ReadIOBuffer* read_buf = connection->read_buf();
198 HttpConnection::ReadIOBuffer* read_buf = connection->read_buf();
H A Dweb_socket.cc91 HttpConnection::ReadIOBuffer* read_buf = connection_->read_buf();
221 HttpConnection::ReadIOBuffer* read_buf = connection_->read_buf();

Completed in 67 milliseconds