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

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings_unittest.cc163 int64 last_update_time; local
168 &last_update_time);
171 EXPECT_EQ(last_update_time_.ToInternalValue(), last_update_time);
177 int64 last_update_time; local
183 &last_update_time);
192 EXPECT_EQ(last_update_time_.ToInternalValue(), last_update_time);
198 &last_update_time);
208 &last_update_time);
218 &last_update_time);
H A Ddata_reduction_proxy_settings.cc492 int64* last_update_time) {
506 *last_update_time = 0L;
520 *last_update_time =
488 GetContentLengths( unsigned int days, int64* original_content_length, int64* received_content_length, int64* last_update_time) argument
/external/chromium_org/content/public/common/
H A Dappcache_info.h37 base::Time last_update_time; member in struct:content::AppCacheInfo

Completed in 67 milliseconds