Home
last modified time | relevance | path

Searched refs:RawServoAnimationValueBorrowedOrNull (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.h283 RawServoAnimationValueBorrowedOrNull Gecko_ElementTransitions_EndValueAt(
295 RawServoAnimationValueBorrowedOrNull Gecko_AnimationGetBaseStyle(
H A DServoBindingList.h491 RawServoAnimationValueBorrowedOrNull underlying_value,
492 RawServoAnimationValueBorrowedOrNull last_value,
H A DServoBindings.cpp681 RawServoAnimationValueBorrowedOrNull Gecko_ElementTransitions_EndValueAt( in Gecko_ElementTransitions_EndValueAt()
705 RawServoAnimationValueBorrowedOrNull Gecko_AnimationGetBaseStyle( in Gecko_AnimationGetBaseStyle()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs421 pub type RawServoAnimationValueBorrowedOrNull<'a> = Option<&'a RawServoAnimationValue>; typedef
957 ) -> RawServoAnimationValueBorrowedOrNull; in Gecko_ElementTransitions_EndValueAt() argument
975 ) -> RawServoAnimationValueBorrowedOrNull; in Gecko_AnimationGetBaseStyle() argument
2970 underlying_value: RawServoAnimationValueBorrowedOrNull, in Servo_ComposeAnimationSegment() argument
2971 last_value: RawServoAnimationValueBorrowedOrNull, in Servo_ComposeAnimationSegment() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/ports/geckolib/
H A Dglue.rs77 use style::gecko_bindings::bindings::RawServoAnimationValueBorrowedOrNull;
592 underlying_value: RawServoAnimationValueBorrowedOrNull, in Servo_ComposeAnimationSegment() argument
593 last_value: RawServoAnimationValueBorrowedOrNull, in Servo_ComposeAnimationSegment() argument