Home
last modified time | relevance | path

Searched refs:unsent_ongoing_logs_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dmetrics_service.h235 return !unsent_initial_logs_.empty() || !unsent_ongoing_logs_.empty(); in unsent_logs()
391 std::vector<std::string> unsent_ongoing_logs_; variable
Dmetrics_service.cc937 unsent_ongoing_logs_.push_back(compressed_log_); in PushPendingLogTextToUnsentOngoingLogs()
1110 if (!unsent_ongoing_logs_.empty()) { in MakePendingLog()
1111 compressed_log_ = unsent_ongoing_logs_.back(); in MakePendingLog()
1234 RecallUnsentLogsHelper(*unsent_ongoing_logs, &unsent_ongoing_logs_); in RecallUnsentLogs()
1294 StoreUnsentLogsHelper(unsent_ongoing_logs_, kMaxOngoingLogsPersisted, in StoreUnsentLogs()
1408 DCHECK(!unsent_ongoing_logs_.empty()); in OnURLFetchComplete()
1409 unsent_ongoing_logs_.pop_back(); in OnURLFetchComplete()