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

  /external/chromium_org/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 121 class ScopedBandwidthMetrics {
123 ScopedBandwidthMetrics();
124 ~ScopedBandwidthMetrics();

Completed in 60 milliseconds