HomeSort by relevance Sort by last modified time
    Searched defs:GrowableIOBuffer (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/base/
io_buffer.cc 80 GrowableIOBuffer::GrowableIOBuffer()
86 void GrowableIOBuffer::SetCapacity(int capacity) {
97 void GrowableIOBuffer::set_offset(int offset) {
103 int GrowableIOBuffer::RemainingCapacity() {
107 char* GrowableIOBuffer::StartOfBuffer() {
111 GrowableIOBuffer::~GrowableIOBuffer() {
io_buffer.h 100 class NET_EXPORT GrowableIOBuffer : public IOBuffer {
102 GrowableIOBuffer();
116 virtual ~GrowableIOBuffer();
  /external/chromium_org/net/base/
io_buffer.cc 87 GrowableIOBuffer::GrowableIOBuffer()
93 void GrowableIOBuffer::SetCapacity(int capacity) {
104 void GrowableIOBuffer::set_offset(int offset) {
111 int GrowableIOBuffer::RemainingCapacity() {
115 char* GrowableIOBuffer::StartOfBuffer() {
119 GrowableIOBuffer::~GrowableIOBuffer() {
io_buffer.h 173 // GrowableIOBuffer is useful when you read data progressively without
174 // knowing the total size in advance. GrowableIOBuffer can be used as
177 // buf = new GrowableIOBuffer;
188 class NET_EXPORT GrowableIOBuffer : public IOBuffer {
190 GrowableIOBuffer();
204 virtual ~GrowableIOBuffer();

Completed in 46 milliseconds