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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.h 54 base::TimeDelta* cache_lifetime,
protocol_parser_unittest.cc 381 base::TimeDelta cache_lifetime; local
383 &cache_lifetime, &full_hashes));
407 &cache_lifetime, &full_hashes));
434 &cache_lifetime, &full_hashes));
458 base::TimeDelta cache_lifetime; local
461 &cache_lifetime,
474 &cache_lifetime,
protocol_parser.cc 149 base::TimeDelta* cache_lifetime,
169 *cache_lifetime = base::TimeDelta::FromSeconds(cache_lifetime_seconds);
safe_browsing_database.h 186 const base::TimeDelta& cache_lifetime) = 0;
330 const base::TimeDelta& cache_lifetime) OVERRIDE;
protocol_manager.cc 233 base::TimeDelta cache_lifetime; local
249 data.data(), data.length(), &cache_lifetime, &full_hashes)) {
252 // TODO(cbentzel): Should cache_lifetime be set to 0 here? (See
271 details.callback.Run(full_hashes, cache_lifetime);
database_manager.h 187 const base::TimeDelta& cache_lifetime);
database_manager.cc 466 const base::TimeDelta& cache_lifetime) {
485 if (cache_lifetime != base::TimeDelta() && MakeDatabaseAvailable())
486 database_->CacheHashResults(prefixes, full_hashes, cache_lifetime);
    [all...]
safe_browsing_database.cc     [all...]
safe_browsing_service_browsertest.cc 186 const base::TimeDelta& cache_lifetime) OVERRIDE {
    [all...]

Completed in 93 milliseconds