Home
last modified time | relevance | path

Searched refs:IntersectionObserverRootMargin (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dgecko.rs45 pub struct IntersectionObserverRootMargin(pub Rect<LengthPercentage>); struct
47 impl Parse for IntersectionObserverRootMargin { implementation
55 return Ok(IntersectionObserverRootMargin(Rect::all( in parse()
60 Ok(IntersectionObserverRootMargin(rect)) in parse()
68 impl ToCss for IntersectionObserverRootMargin { implementation
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dgecko.rs45 pub struct IntersectionObserverRootMargin(pub Rect<LengthPercentage>); struct
47 impl Parse for IntersectionObserverRootMargin { implementation
53 Ok(IntersectionObserverRootMargin(rect)) in parse()
61 impl ToCss for IntersectionObserverRootMargin { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/specified/
H A Dgecko.rs45 pub struct IntersectionObserverRootMargin(pub Rect<LengthPercentage>); struct
47 impl Parse for IntersectionObserverRootMargin { implementation
53 Ok(IntersectionObserverRootMargin(rect)) in parse()
61 impl ToCss for IntersectionObserverRootMargin { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dgecko.rs45 pub struct IntersectionObserverRootMargin(pub Rect<LengthPercentage>); struct
47 impl Parse for IntersectionObserverRootMargin { implementation
53 Ok(IntersectionObserverRootMargin(rect)) in parse()
61 impl ToCss for IntersectionObserverRootMargin { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/specified/
H A Dgecko.rs89 pub struct IntersectionObserverRootMargin(pub Rect<PixelOrPercentage>); struct
91 impl Parse for IntersectionObserverRootMargin { implementation
97 Ok(IntersectionObserverRootMargin(rect)) in parse()
/dports/www/firefox-esr/firefox-91.8.0/servo/ports/geckolib/
H A Dcbindgen.toml130 "IntersectionObserverRootMargin",
H A Dglue.rs139 use style::values::specified::gecko::IntersectionObserverRootMargin;
6694 result: *mut IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_Parse() argument
6713 let margin = parser.parse_entirely(|p| IntersectionObserverRootMargin::parse(&context, p)); in Servo_IntersectionObserverRootMargin_Parse()
6725 root_margin: &IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_ToString() argument
/dports/www/firefox/firefox-99.0/servo/ports/geckolib/
H A Dcbindgen.toml132 "IntersectionObserverRootMargin",
H A Dglue.rs142 use style::values::specified::gecko::IntersectionObserverRootMargin;
6869 result: *mut IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_Parse() argument
6888 let margin = parser.parse_entirely(|p| IntersectionObserverRootMargin::parse(&context, p)); in Servo_IntersectionObserverRootMargin_Parse()
6900 root_margin: &IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_ToString() argument
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/
H A Dcbindgen.toml130 "IntersectionObserverRootMargin",
H A Dglue.rs139 use style::values::specified::gecko::IntersectionObserverRootMargin;
6694 result: *mut IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_Parse() argument
6713 let margin = parser.parse_entirely(|p| IntersectionObserverRootMargin::parse(&context, p)); in Servo_IntersectionObserverRootMargin_Parse()
6725 root_margin: &IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_ToString() argument
/dports/lang/spidermonkey78/firefox-78.9.0/servo/ports/geckolib/
H A Dcbindgen.toml127 "IntersectionObserverRootMargin",
H A Dglue.rs138 use style::values::specified::gecko::IntersectionObserverRootMargin;
6492 result: *mut IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_Parse() argument
6511 let margin = parser.parse_entirely(|p| IntersectionObserverRootMargin::parse(&context, p)); in Servo_IntersectionObserverRootMargin_Parse()
6523 root_margin: &IntersectionObserverRootMargin, in Servo_IntersectionObserverRootMargin_ToString() argument
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DServoBindings.toml467 …ersectionObserverRootMargin", servo = "values::specified::gecko::IntersectionObserverRootMargin" },
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DServoBindings.toml467 …onObserverRootMargin", servo = "crate::values::specified::gecko::IntersectionObserverRootMargin" },
/dports/www/firefox/firefox-99.0/layout/style/
H A DServoBindings.toml466 …onObserverRootMargin", servo = "crate::values::specified::gecko::IntersectionObserverRootMargin" },
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DServoBindings.toml467 …onObserverRootMargin", servo = "crate::values::specified::gecko::IntersectionObserverRootMargin" },
/dports/lang/spidermonkey60/firefox-60.9.0/servo/ports/geckolib/
H A Dglue.rs160 use style::values::specified::gecko::IntersectionObserverRootMargin;
4794 IntersectionObserverRootMargin::parse(&context, p) in Servo_ParseIntersectionObserverRootMargin()