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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.cc 295 if (model_max_age_.get() &&
299 *model_max_age_ += base::TimeDelta::FromMinutes(1);
300 delay_ms = model_max_age_->InMilliseconds();
302 model_max_age_.reset();
407 model_max_age_.reset(new base::TimeDelta(max_age));
client_side_detection_service.h 288 scoped_ptr<base::TimeDelta> model_max_age_; member in class:safe_browsing::ClientSideDetectionService

Completed in 70 milliseconds