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

  /external/chromium/net/flip/
flip_framer.h 247 size_t current_frame_capacity_; member in class:flip::FlipFramer
flip_framer.cc 51 current_frame_capacity_(0),
72 if (current_frame_capacity_ != kControlFrameBufferInitialSize) {
75 current_frame_capacity_ = 0;
386 if (size < current_frame_capacity_)
392 current_frame_capacity_ = alloc_size;

Completed in 24 milliseconds