Searched refs:history_size_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/drive/
H A Devent_logger.cc21 : history_size_(kDefaultHistorySize),
33 if (history_.size() > history_size_)
52 history_size_ = history_size;
H A Devent_logger.h60 size_t history_size_; // guarded by lock_. member in class:drive::EventLogger
/external/chromium_org/media/cast/congestion_control/
H A Dcongestion_control.h77 size_t history_size_; member in class:media::cast::CongestionControl
H A Dcongestion_control.cc48 history_size_(max_unacked_frames + kHistorySize),
96 while (frame_stats_.size() > history_size_) {
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc212 history_size_(0),
289 ++history_size_;
358 history_size_,
362 ++history_size_;
440 // ItemAdded increments history_size_ only if the item wasn't
443 --history_size_;
H A Ddownload_history.h149 int64 history_size_; member in class:DownloadHistory
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h176 int history_size_; member in class:content::DownloadManagerImpl
H A Ddownload_manager_impl.cc236 history_size_(0),

Completed in 199 milliseconds