HomeSort by relevance Sort by last modified time
    Searched refs:total_received (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_metrics_unittest.cc 368 int64 total_received[] = {0}; local
375 total_received[0] += kContentLength;
379 total_received, 1, total_received, 1,
391 total_received[0] += kContentLength;
393 total_received, 1, total_received, 1,
404 total_received[0] += kContentLength;
408 total_received, 1, total_received, 1
    [all...]
data_reduction_proxy_metrics.cc 473 int64 total_received = prefs->GetInt64( local
477 total_received += received_content_length;
481 total_received);
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 331 int64 total_received = prefs->GetInt64( local
339 base::Int64ToString(total_received));

Completed in 255 milliseconds