Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/metrics/
Dmetrics_service.cc519 DCHECK(!pending_log()); in SetRecording()
905 if (pending_log()) { in PushPendingLogsToUnsentLists()
918 DCHECK(!pending_log()); in PushPendingLogsToUnsentLists()
1046 if (!pending_log()) { in OnHistogramSynchronizationDone()
1082 if (pending_log()) in MakePendingLog()
1127 DCHECK(pending_log()); in MakePendingLog()
1162 DCHECK(!pending_log()); in PrepareInitialLog()
1300 DCHECK(pending_log()); in PreparePendingLogText()
1325 DCHECK(pending_log()); in PrepareFetchWithPendingLog()
1444 if (!pending_log()) { in HandleBadResponseCode()
/external/chromium/chrome/common/
Dmetrics_helpers.h236 bool pending_log() const { in pending_log() function