Home
last modified time | relevance | path

Searched refs:downloading_stage (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/forced_extensions/
H A Dforce_installed_metrics.cc179 DCHECK(installation.downloading_stage); in ReportCurrentStage()
180 ExtensionDownloaderDelegate::Stage downloading_stage = in ReportCurrentStage() local
181 installation.downloading_stage.value(); in ReportCurrentStage()
183 downloading_stage); in ReportCurrentStage()
H A Dinstall_stage_tracker.cc68 data.downloading_stage) { in GetFormattedInstallationData()
70 << static_cast<int>(data.downloading_stage.value()); in GetFormattedInstallationData()
198 data.downloading_stage = stage; in ReportDownloadingStage()
H A Dinstall_stage_tracker.h296 base::Optional<ExtensionDownloaderDelegate::Stage> downloading_stage; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dextension_install_event_log_collector_unittest.cc673 delegate()->last_request().event.downloading_stage()); in TEST_F()
680 delegate()->last_request().event.downloading_stage()); in TEST_F()
687 delegate()->last_request().event.downloading_stage()); in TEST_F()
693 delegate()->last_request().event.downloading_stage()); in TEST_F()
H A Dinstall_event_log_util.cc178 extension_install_report_log_event.downloading_stage()); in ConvertExtensionEventToValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/proto/
H A Ddevice_management_backend.proto3148 optional DownloadingStage downloading_stage = 9; field