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

  /external/chromium_org/chrome/browser/sync_file_system/
task_logger.cc 42 if (log_history_.size() >= kMaxLogSize) {
43 delete log_history_.front();
44 log_history_.pop_front();
47 log_history_.push_back(log.release());
50 OnLogRecorded(*log_history_.back()));
54 STLDeleteContainerPointers(log_history_.begin(), log_history_.end());
55 log_history_.clear();
67 return log_history_;
task_logger.h 59 std::deque<TaskLog*> log_history_; member in class:sync_file_system::TaskLogger

Completed in 43 milliseconds