Searched refs:kReceivedLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics_unittest.cc96 const int64 kReceivedLength = 100; local
99 kReceivedLength, kOriginalLength,
102 EXPECT_EQ(kReceivedLength,
113 kReceivedLength, kOriginalLength,
116 EXPECT_EQ(kReceivedLength * 2,
286 const int64 kReceivedLength = 100; local
288 int64 received[] = {kReceivedLength};
291 kReceivedLength, kOriginalLength,
302 const int64 kReceivedLength = 100; local
304 int64 received[] = {kReceivedLength};
461 const int64 kReceivedLength = 100; local
528 const int64 kReceivedLength = 100; local
571 const int64 kReceivedLength = 100; local
636 const int64 kReceivedLength = 100; local
674 const int64 kReceivedLength = 100; local
[all...]
H A Ddata_reduction_proxy_statistics_prefs_unittest.cc87 const int64 kReceivedLength = 100; local
97 data_reduction_proxy::prefs::kHttpReceivedContentLength, kReceivedLength);
138 const int64 kReceivedLength = 100; local
143 data_reduction_proxy::prefs::kHttpReceivedContentLength, kReceivedLength);

Completed in 237 milliseconds