Home
last modified time | relevance | path

Searched defs:RawServoNamespaceRuleBorrowed (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs446 pub type RawServoNamespaceRuleBorrowed<'a> = &'a RawServoNamespaceRule; typedef
561 pub fn Servo_NamespaceRule_AddRef(ptr: RawServoNamespaceRuleBorrowed); in Servo_NamespaceRule_AddRef()
564 pub fn Servo_NamespaceRule_Release(ptr: RawServoNamespaceRuleBorrowed); in Servo_NamespaceRule_Release()
2453 pub fn Servo_NamespaceRule_Debug(rule: RawServoNamespaceRuleBorrowed, result: *mut nsACString); in Servo_NamespaceRule_Debug()
2457 rule: RawServoNamespaceRuleBorrowed, in Servo_NamespaceRule_GetCssText()