Home
last modified time | relevance | path

Searched refs:checking_expectations_started_time (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/forced_extensions/
H A Dforce_installed_metrics.cc119 if (installation.checking_expectations_started_time && in ReportInstallationStageTimes()
124 installation.checking_expectations_started_time.value() - in ReportInstallationStageTimes()
128 installation.checking_expectations_started_time) { in ReportInstallationStageTimes()
133 installation.checking_expectations_started_time.value()); in ReportInstallationStageTimes()
H A Dinstall_stage_tracker.h343 base::Optional<base::TimeTicks> checking_expectations_started_time; member
H A Dinstall_stage_tracker.cc228 data.checking_expectations_started_time = current_time; in ReportCRXInstallationStage()