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

  /external/chromium/net/base/
bandwidth_metrics.cc 13 ScopedBandwidthMetrics::ScopedBandwidthMetrics()
17 ScopedBandwidthMetrics::~ScopedBandwidthMetrics() {
22 void ScopedBandwidthMetrics::StartStream() {
27 void ScopedBandwidthMetrics::StopStream() {
32 void ScopedBandwidthMetrics::RecordBytes(int bytes) {
bandwidth_metrics.h 122 class ScopedBandwidthMetrics {
124 ScopedBandwidthMetrics();
125 ~ScopedBandwidthMetrics();

Completed in 116 milliseconds