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

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_uploader.cc380 int lf_count = 0; local
382 for (; i >= 0 && lf_count < kLogListLimitLines; --i) {
384 ++lf_count;
386 if (lf_count >= kLogListLimitLines) {

Completed in 106 milliseconds