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 305 if (model_max_age_.get() &&
309 *model_max_age_ += base::TimeDelta::FromMinutes(1);
310 delay_ms = model_max_age_->InMilliseconds();
312 model_max_age_.reset();
426 model_max_age_.reset(new base::TimeDelta(max_age));
client_side_detection_service.h 292 scoped_ptr<base::TimeDelta> model_max_age_; member in class:safe_browsing::ClientSideDetectionService

Completed in 23 milliseconds