Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko_bindings/sugar/
H A Dns_style_coord.rs9 use gecko_bindings::structs::{nsStyleCoord_CalcValue, nscoord};
46 impl nsStyleCoord_CalcValue { impl
49 nsStyleCoord_CalcValue { in new()
57 impl PartialEq for nsStyleCoord_CalcValue { implementation
238 Calc(nsStyleCoord_CalcValue),
453 unsafe fn get_calc_value(&self) -> nsStyleCoord_CalcValue { in get_calc_value() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dconversions.rs27 impl From<CalcLengthOrPercentage> for nsStyleCoord_CalcValue { implementation
30 nsStyleCoord_CalcValue { in from()
38 impl From<nsStyleCoord_CalcValue> for CalcLengthOrPercentage {
49 impl From<LengthOrPercentage> for nsStyleCoord_CalcValue { implementation
50 fn from(other: LengthOrPercentage) -> nsStyleCoord_CalcValue { in from() argument
53 nsStyleCoord_CalcValue { in from()
60 nsStyleCoord_CalcValue { in from()
76 Some(nsStyleCoord_CalcValue { in to_calc_value()
83 Some(nsStyleCoord_CalcValue { in to_calc_value()
95 impl From<nsStyleCoord_CalcValue> for LengthOrPercentage {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs130 use gecko_bindings::structs::nsStyleCoord_CalcValue;
131 unsafe impl Send for nsStyleCoord_CalcValue {} implementation
132 unsafe impl Sync for nsStyleCoord_CalcValue {} implementation
1365 calc: nsStyleCoord_CalcValue, in Gecko_SetStyleCoordCalcValue() argument
1486 pub fn Gecko_CSSValue_GetCalc(aCSSValue: nsCSSValueBorrowed) -> nsStyleCoord_CalcValue; in Gecko_CSSValue_GetCalc() argument
1501 pub fn Gecko_CSSValue_SetCalc(css_value: nsCSSValueBorrowedMut, calc: nsStyleCoord_CalcValue); in Gecko_CSSValue_SetCalc() argument
H A Dstructs.rs8466 pub type Position_Coord = root::nsStyleCoord_CalcValue;
16880 pub struct nsStyleCoord_CalcValue { struct
16888 ::std::mem::size_of::<nsStyleCoord_CalcValue>(), in bindgen_test_layout_nsStyleCoord_CalcValue()
16890 concat!("Size of: ", stringify!(nsStyleCoord_CalcValue)) in bindgen_test_layout_nsStyleCoord_CalcValue()
16893 ::std::mem::align_of::<nsStyleCoord_CalcValue>(), in bindgen_test_layout_nsStyleCoord_CalcValue()
16904 stringify!(nsStyleCoord_CalcValue), in bindgen_test_layout_nsStyleCoord_CalcValue()
16916 stringify!(nsStyleCoord_CalcValue), in bindgen_test_layout_nsStyleCoord_CalcValue()
16928 stringify!(nsStyleCoord_CalcValue), in bindgen_test_layout_nsStyleCoord_CalcValue()
16934 impl Clone for nsStyleCoord_CalcValue { implementation
16942 pub _base: root::nsStyleCoord_CalcValue,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.toml568 "nsStyleCoord_CalcValue",
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs3883 use gecko_bindings::structs::{nsStyleCoord_CalcValue, nsStyleImageLayers_Size};
3886 let mut width = nsStyleCoord_CalcValue::new();
3887 let mut height = nsStyleCoord_CalcValue::new();
3926 use gecko_bindings::structs::nsStyleCoord_CalcValue as CalcValue;