Home
last modified time | relevance | path

Searched refs:distiller_timing_info (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistiller.cc195 const proto::TimingInfo& distiller_timing_info = in OnPageDistillationFinished() local
198 if (distiller_timing_info.has_markup_parsing_time()) { in OnPageDistillationFinished()
200 timing_info.set_time(distiller_timing_info.markup_parsing_time()); in OnPageDistillationFinished()
204 if (distiller_timing_info.has_document_construction_time()) { in OnPageDistillationFinished()
210 if (distiller_timing_info.has_article_processing_time()) { in OnPageDistillationFinished()
216 if (distiller_timing_info.has_formatting_time()) { in OnPageDistillationFinished()
218 timing_info.set_time(distiller_timing_info.formatting_time()); in OnPageDistillationFinished()
222 if (distiller_timing_info.has_total_time()) { in OnPageDistillationFinished()
224 timing_info.set_time(distiller_timing_info.total_time()); in OnPageDistillationFinished()
228 for (int i = 0; i < distiller_timing_info.other_times_size(); i++) { in OnPageDistillationFinished()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistiller.cc196 const proto::TimingInfo& distiller_timing_info = in OnPageDistillationFinished() local
199 if (distiller_timing_info.has_markup_parsing_time()) { in OnPageDistillationFinished()
201 timing_info.set_time(distiller_timing_info.markup_parsing_time()); in OnPageDistillationFinished()
205 if (distiller_timing_info.has_document_construction_time()) { in OnPageDistillationFinished()
211 if (distiller_timing_info.has_article_processing_time()) { in OnPageDistillationFinished()
217 if (distiller_timing_info.has_formatting_time()) { in OnPageDistillationFinished()
219 timing_info.set_time(distiller_timing_info.formatting_time()); in OnPageDistillationFinished()
223 if (distiller_timing_info.has_total_time()) { in OnPageDistillationFinished()
225 timing_info.set_time(distiller_timing_info.total_time()); in OnPageDistillationFinished()
229 for (int i = 0; i < distiller_timing_info.other_times_size(); i++) { in OnPageDistillationFinished()
[all …]