Searched refs:INITIAL_LOG_READY (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.cc84 // INITIAL_LOG_READY, // Initial log generated, and waiting for reply.
107 // INITIAL_LOG_READY, // Initial log generated, and waiting for reply.
520 if (state_ > INITIAL_LOG_READY && unsent_logs())
902 if (state_ < INITIAL_LOG_READY)
907 if (state_ == INITIAL_LOG_READY) {
1098 state_ = INITIAL_LOG_READY;
1137 case INITIAL_LOG_READY:
1278 if (state_ < INITIAL_LOG_READY)
1397 case INITIAL_LOG_READY:
H A Dmetrics_service.h144 INITIAL_LOG_READY, // Initial log generated, and waiting for reply. enumerator in enum:MetricsService::State
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_service.cc82 // INITIAL_LOG_READY, // Initial log generated, and waiting for reply.
104 // INITIAL_LOG_READY, // Initial log generated, and waiting for reply.
758 if (recording_active() && state_ >= INITIAL_LOG_READY) {
1121 if (state_ < INITIAL_LOG_READY)
1154 if (recording_active() && (reporting_active() || state_ < INITIAL_LOG_READY))
1169 (!reporting_active() && state_ >= INITIAL_LOG_READY)) {
1296 state_ = INITIAL_LOG_READY;
1338 if (state_ < INITIAL_LOG_READY)
1455 case INITIAL_LOG_READY:
H A Dmetrics_service.h203 INITIAL_LOG_READY, // Initial log generated, and waiting for reply. enumerator in enum:MetricsService::State

Completed in 102 milliseconds