Home
last modified time | relevance | path

Searched refs:download_CRX_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.cc98 installation.download_CRX_started_time) { in ReportInstallationStageTimes()
103 installation.download_CRX_started_time.value()); in ReportInstallationStageTimes()
H A Dinstall_stage_tracker.h331 base::Optional<base::TimeTicks> download_CRX_started_time; member
H A Dinstall_stage_tracker.cc205 data.download_CRX_started_time = current_time; in ReportDownloadingStage()