Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoStyleContext.h35 void Release() { Servo_StyleContext_Release(this); } in MOZ_DEFINE_MALLOC_ENCLOSING_SIZE_OF()
H A DnsStyleContext.h33 void Servo_StyleContext_Release(const mozilla::ServoStyleContext* aContext);
H A DServoBindingList.h196 SERVO_BINDING_FUNC(Servo_StyleContext_Release, void,
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Darc_types.rs131 pub unsafe extern "C" fn Servo_StyleContext_Release(obj: &ComputedValues) { in Servo_StyleContext_Release() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs2333 pub fn Servo_StyleContext_Release(ctx: ServoStyleContextBorrowed); in Servo_StyleContext_Release() function