Home
last modified time | relevance | path

Searched refs:RawServoSourceSizeList (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindingTypes.h21 struct RawServoSourceSizeList;
190 DECL_OWNED_REF_TYPE_FOR(RawServoSourceSizeList)
191 DECL_BORROWED_REF_TYPE_FOR(RawServoSourceSizeList)
192 DECL_NULLABLE_BORROWED_REF_TYPE_FOR(RawServoSourceSizeList)
230 DEFINE_BOXED_TYPE(SourceSizeList, RawServoSourceSizeList);
H A DServoStyleSet.h131 const RawServoSourceSizeList* aSourceSizeList) const { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
H A DServoBindings.toml514 "RawServoSourceSizeList",
632 { name = "RawServoSourceSizeList", opaque = false },
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DServoBoxedTypeList.h31 SERVO_BOXED_TYPE(SourceSizeList, RawServoSourceSizeList)
H A DServoStyleSetInlines.h16 const RawServoSourceSizeList* aSourceSizeList) const { in EvaluateSourceSizeList()
H A DServoStyleSet.h140 const RawServoSourceSizeList* aSourceSizeList) const; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/www/firefox/firefox-99.0/layout/style/
H A DServoBoxedTypeList.h31 SERVO_BOXED_TYPE(SourceSizeList, RawServoSourceSizeList)
H A DServoStyleSetInlines.h16 const RawServoSourceSizeList* aSourceSizeList) const { in EvaluateSourceSizeList()
H A DServoStyleSet.h142 const RawServoSourceSizeList* aSourceSizeList) const; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DServoBoxedTypeList.h31 SERVO_BOXED_TYPE(SourceSizeList, RawServoSourceSizeList)
H A DServoStyleSetInlines.h16 const RawServoSourceSizeList* aSourceSizeList) const { in EvaluateSourceSizeList()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DServoBoxedTypeList.h31 SERVO_BOXED_TYPE(SourceSizeList, RawServoSourceSizeList)
H A DServoStyleSetInlines.h16 const RawServoSourceSizeList* aSourceSizeList) const { in EvaluateSourceSizeList()
H A DServoStyleSet.h139 const RawServoSourceSizeList* aSourceSizeList) const; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DResponsiveImageSelector.h124 UniquePtr<RawServoSourceSizeList> mServoSourceSizeList;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DResponsiveImageSelector.h125 UniquePtr<RawServoSourceSizeList> mServoSourceSizeList;
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DResponsiveImageSelector.h129 UniquePtr<RawServoSourceSizeList> mServoSourceSizeList;
/dports/www/firefox/firefox-99.0/dom/base/
H A DResponsiveImageSelector.h129 UniquePtr<RawServoSourceSizeList> mServoSourceSizeList;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DResponsiveImageSelector.h129 UniquePtr<RawServoSourceSizeList> mServoSourceSizeList;
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dsource_size_list.rs140 type FFIType = crate::gecko_bindings::structs::RawServoSourceSizeList;
/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dsource_size_list.rs140 type FFIType = crate::gecko_bindings::structs::RawServoSourceSizeList;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/specified/
H A Dsource_size_list.rs140 type FFIType = ::gecko_bindings::structs::RawServoSourceSizeList;
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/specified/
H A Dsource_size_list.rs140 type FFIType = crate::gecko_bindings::structs::RawServoSourceSizeList;
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dsource_size_list.rs140 type FFIType = crate::gecko_bindings::structs::RawServoSourceSizeList;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs54 use gecko_bindings::structs::RawServoSourceSizeList;
287 ::gecko_bindings::sugar::ownership::Owned<RawServoSourceSizeList>;
289 ::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoSourceSizeList>;
290 pub type RawServoSourceSizeListBorrowed<'a> = &'a RawServoSourceSizeList;
291 pub type RawServoSourceSizeListBorrowedOrNull<'a> = Option<&'a RawServoSourceSizeList>;
292 pub type RawServoSourceSizeListBorrowedMut<'a> = &'a mut RawServoSourceSizeList;
293 pub type RawServoSourceSizeListBorrowedMutOrNull<'a> = Option<&'a mut RawServoSourceSizeList>;
2241 pub fn Servo_SourceSizeList_Parse(value: *const nsACString) -> *mut RawServoSourceSizeList; in Servo_SourceSizeList_Parse() argument

12