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

/external/chromium_org/chrome/browser/drive/
H A Devent_logger.cc21 : history_size_(kDefaultHistorySize),
32 if (history_.size() > history_size_)
39 history_size_ = history_size;
H A Devent_logger.h55 size_t history_size_; // guarded by lock_. member in class:drive::EventLogger
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc195 history_size_(0),
256 ++history_size_;
325 history_size_,
329 ++history_size_;
406 // ItemAdded increments history_size_ only if the item wasn't
409 --history_size_;
H A Ddownload_history.h138 int64 history_size_; member in class:DownloadHistory
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h172 int history_size_; member in class:content::DownloadManagerImpl
H A Ddownload_manager_impl.cc238 history_size_(0),

Completed in 135 milliseconds