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

/external/chromium_org/content/browser/loader/
H A Dresource_buffer.h113 // If alloc_start_ is -1, then the range is empty and nothing is allocated.
114 // Otherwise, alloc_start_ points to the start of the allocated range, and
116 // wraparound case, alloc_end_ <= alloc_start_. See resource_buffer.cc for
118 int alloc_start_; member in class:content::ResourceBuffer

Completed in 72 milliseconds