Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dbandwidth_metrics.h85 static const int64 kRecordSizeThreshold = 20 * 1024; in StopStream() local
86 if (bytes_since_last_start_ < kRecordSizeThreshold) in StopStream()