Searched defs:has_staged_log (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/metrics/
H A Dmetrics_log_manager.h50 bool has_staged_log() const { function in class:metrics::MetricsLogManager
51 return initial_log_queue_.has_staged_log() ||
52 ongoing_log_queue_.has_staged_log();
58 return initial_log_queue_.has_staged_log() ?
65 return initial_log_queue_.has_staged_log() ?
H A Dpersisted_logs.h74 bool has_staged_log() const { return staged_log_index_ != -1; } function in class:metrics::PersistedLogs
78 DCHECK(has_staged_log());
84 DCHECK(has_staged_log());

Completed in 67 milliseconds