Home
last modified time | relevance | path

Searched refs:ProgressiveWebMetricType (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dperformancepainttiming.rs13 use script_traits::ProgressiveWebMetricType;
21 …fn new_inherited(metric_type: ProgressiveWebMetricType, start_time: u64) -> PerformancePaintTiming… in new_inherited() argument
23 ProgressiveWebMetricType::FirstPaint => DOMString::from("first-paint"), in new_inherited()
24ProgressiveWebMetricType::FirstContentfulPaint => DOMString::from("first-contentful-paint"), in new_inherited()
37 metric_type: ProgressiveWebMetricType, in new() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/metrics/
H A Dlib.rs24 use script_traits::{ConstellationControlMsg, LayoutMsg, ProgressiveWebMetricType};
40 fn send_queued_constellation_msg(&self, name: ProgressiveWebMetricType, time: u64); in send_queued_constellation_msg() argument
63 metric_type: ProgressiveWebMetricType, in set_metric() argument
225 ProgressiveWebMetricType::TimeToInteractive, in maybe_set_tti()
251 fn send_queued_constellation_msg(&self, _name: ProgressiveWebMetricType, _time: u64) { } in send_queued_constellation_msg() argument
306 ProgressiveWebMetricType::FirstPaint, in maybe_set_first_paint()
352 ProgressiveWebMetricType::FirstPaint, in maybe_set_metric()
363 ProgressiveWebMetricType::FirstContentfulPaint, in maybe_set_metric()
391 fn send_queued_constellation_msg(&self, name: ProgressiveWebMetricType, time: u64) { in send_queued_constellation_msg() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_traits/
H A Dlib.rs235 pub enum ProgressiveWebMetricType { enum
323 PaintMetric(PipelineId, ProgressiveWebMetricType, u64),
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dscript_thread.rs94 use script_traits::{ProgressiveWebMetricType, Painter, ScriptMsg, ScriptThreadFactory};
2622 metric_type: ProgressiveWebMetricType, in handle_paint_metric() argument