Searched refs:ReportProgressValue (Results 1 – 3 of 3) sorted by relevance
547 virtual ControlOption ReportProgressValue(int done, int total) = 0;
36 ControlOption ReportProgressValue(int done, int total) override { in ReportProgressValue() function in v8_inspector::__anona3303bcc0111::HeapSnapshotProgress
2509 return control_->ReportProgressValue(progress_counter_, progress_total_) == in ProgressReport()