Home
last modified time | relevance | path

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

/external/chromium_org/components/metrics/
Dmetrics_log_manager.h42 return initial_log_queue_.size() || ongoing_log_queue_.size(); in has_unsent_logs()
52 ongoing_log_queue_.has_staged_log(); in has_staged_log()
59 initial_log_queue_.staged_log() : ongoing_log_queue_.staged_log(); in staged_log()
67 ongoing_log_queue_.staged_log_hash(); in staged_log_hash()
108 PersistedLogs ongoing_log_queue_; variable
Dmetrics_log_manager.cc49 ongoing_log_queue_(local_state, in MetricsLogManager()
77 ongoing_log_queue_.StageLog(); in StageNextLogForUpload()
85 ongoing_log_queue_.DiscardStagedLog(); in DiscardStagedLog()
111 ongoing_log_queue_.StoreLog(log_data); in StoreLog()
123 ongoing_log_queue_.SerializeLogs(); in PersistUnsentLogs()
130 ongoing_log_queue_.DeserializeLogs(); in LoadPersistedUnsentLogs()