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

  /external/chromium_org/chrome/browser/
upgrade_detector_impl_unittest.cc 23 using UpgradeDetectorImpl::NotifyOnUpgradeWithTimePassed;
85 detector.NotifyOnUpgradeWithTimePassed(base::TimeDelta::FromDays(30));
106 detector.NotifyOnUpgradeWithTimePassed(base::TimeDelta::FromDays(30));
upgrade_detector_impl.h 38 void NotifyOnUpgradeWithTimePassed(base::TimeDelta time_passed);
upgrade_detector_impl.cc 451 void UpgradeDetectorImpl::NotifyOnUpgradeWithTimePassed(
508 NotifyOnUpgradeWithTimePassed(time_passed);

Completed in 1126 milliseconds