Searched defs:GetListPrefInt64Value (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs.cc143 GetListPrefInt64Value(from_list, i))));
147 int64 DataReductionProxyStatisticsPrefs::GetListPrefInt64Value( function in class:data_reduction_proxy::DataReductionProxyStatisticsPrefs
H A Ddata_reduction_proxy_statistics_prefs_unittest.cc21 int64 GetListPrefInt64Value( function in namespace:__anon6444
63 EXPECT_EQ(GetListPrefInt64Value(*delayed_list, i),
64 GetListPrefInt64Value(*written_list, i));
H A Ddata_reduction_proxy_metrics_unittest.cc24 int64 GetListPrefInt64Value( function in namespace:__anon6430
181 GetListPrefInt64Value(*update, kNumDaysInHistory - count + i))
185 EXPECT_EQ(0, GetListPrefInt64Value(*update, i)) << "index=" << i;

Completed in 374 milliseconds