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

  /external/chromium_org/components/metrics/
metrics_log_manager.h 50 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() ?
persisted_logs.h 74 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 89 milliseconds