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

  /external/chromium_org/content/browser/loader/
resource_buffer.h 47 // buf->ShrinkLastAllocation(bytes_read);
54 // the last allocation made. Calling ShrinkLastAllocation is optional, as it
96 void ShrinkLastAllocation(int new_size);
resource_buffer_unittest.cc 25 buf->ShrinkLastAllocation(2); // Less than our min allocation size.
40 buf->ShrinkLastAllocation(4);
133 buf->ShrinkLastAllocation(5);
resource_buffer.cc 128 // current value of alloc_size, so that we can use ShrinkLastAllocation to
135 ShrinkLastAllocation(alloc_size);
148 void ResourceBuffer::ShrinkLastAllocation(int new_size) {
async_resource_handler.cc 243 buffer_->ShrinkLastAllocation(bytes_read);

Completed in 55 milliseconds