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

  /external/chromium_org/chromeos/process_proxy/
process_output_watcher.h 65 size_t read_buffer_capacity_; member in class:chromeos::ProcessOutputWatcher
process_output_watcher.cc 70 read_buffer_capacity_ = arraysize(read_buffer_) - 1;
119 DCHECK_GT(read_buffer_capacity_, read_buffer_size_);
123 read_buffer_capacity_ - read_buffer_size_));

Completed in 50 milliseconds