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

  /external/chromium_org/content/browser/loader/
resource_buffer.cc 36 max_alloc_size_(0),
55 max_alloc_size_ = max_allocation_size;
127 // Make sure alloc_size does not exceed max_alloc_size_. We store the
133 if (alloc_size > max_alloc_size_) {
134 alloc_size = max_alloc_size_;
resource_buffer.h 110 int max_alloc_size_; member in class:content::ResourceBuffer

Completed in 1784 milliseconds