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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 396 base::TimeDelta cache_lifetime; local
398 &cache_lifetime, &full_hashes));
425 &cache_lifetime, &full_hashes));
453 &cache_lifetime, &full_hashes));
482 base::TimeDelta cache_lifetime; local
485 &cache_lifetime,
500 &cache_lifetime,
514 base::TimeDelta cache_lifetime; local
526 &cache_lifetime, &full_hashes));
protocol_manager.cc 238 base::TimeDelta cache_lifetime; local
254 data.data(), data.length(), &cache_lifetime, &full_hashes)) {
257 // TODO(cbentzel): Should cache_lifetime be set to 0 here? (See
276 details.callback.Run(full_hashes, cache_lifetime);

Completed in 370 milliseconds