Searched refs:alloc_size_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/courgette/
H A Dmemory_allocator.h306 NoThrowBuffer() : buffer_(NULL), size_(0), alloc_size_(0) {
315 alloc_.deallocate(buffer_, alloc_size_);
318 alloc_size_ = 0;
330 if (size <= alloc_size_)
345 alloc_size_ = kAllocationFailure;
349 alloc_.deallocate(buffer_, alloc_size_);
352 alloc_size_ = size;
368 if ((alloc_size_ - size_) < size) {
370 size_t new_size = alloc_size_ ? alloc_size_
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_capture_host.h104 gfx::Size alloc_size_; member in class:content::PepperVideoCaptureHost
H A Dpepper_video_capture_host.cc127 if (alloc_size_ != frame->coded_size() || buffers_.empty()) {
129 alloc_size_ = frame->coded_size();

Completed in 145 milliseconds