Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/servo/ports/geckolib/
H A Dglue.rs1663 pub unsafe extern "C" fn Servo_AuthorStyles_Drop(styles: *mut RawServoAuthorStyles) { in Servo_AuthorStyles_Drop()
1669 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_AppendStyleSheet()
1682 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_InsertStyleSheetBefore()
1700 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_RemoveStyleSheet()
1713 pub unsafe extern "C" fn Servo_AuthorStyles_ForceDirty(styles: &mut RawServoAuthorStyles) { in Servo_AuthorStyles_ForceDirty()
1726 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_Flush()
1777 styles: &RawServoAuthorStyles, in Servo_AuthorStyles_SizeOfIncludingThis()
1799 non_document_styles: &mut nsTArray<&mut RawServoAuthorStyles>, in Servo_StyleSet_MediumFeaturesChanged()
6690 non_document_styles: &nsTArray<&RawServoAuthorStyles>, in Servo_InvalidateStyleForDocStateChanges()
/dports/www/firefox-esr/firefox-91.8.0/servo/ports/geckolib/
H A Dglue.rs1667 pub unsafe extern "C" fn Servo_AuthorStyles_Drop(styles: *mut RawServoAuthorStyles) { in Servo_AuthorStyles_Drop()
1673 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_AppendStyleSheet()
1686 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_InsertStyleSheetBefore()
1704 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_RemoveStyleSheet()
1717 pub extern "C" fn Servo_AuthorStyles_ForceDirty(styles: &mut RawServoAuthorStyles) { in Servo_AuthorStyles_ForceDirty()
1730 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_Flush()
1787 styles: &RawServoAuthorStyles, in Servo_AuthorStyles_SizeOfIncludingThis()
1809 non_document_styles: &mut nsTArray<&mut RawServoAuthorStyles>, in Servo_StyleSet_MediumFeaturesChanged()
6890 non_document_styles: &nsTArray<&RawServoAuthorStyles>, in Servo_InvalidateStyleForDocStateChanges()
/dports/www/firefox/firefox-99.0/servo/ports/geckolib/
H A Dglue.rs1670 pub unsafe extern "C" fn Servo_AuthorStyles_Drop(styles: *mut RawServoAuthorStyles) { in Servo_AuthorStyles_Drop()
1676 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_AppendStyleSheet()
1689 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_InsertStyleSheetBefore()
1707 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_RemoveStyleSheet()
1720 pub extern "C" fn Servo_AuthorStyles_ForceDirty(styles: &mut RawServoAuthorStyles) { in Servo_AuthorStyles_ForceDirty()
1733 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_Flush()
1792 styles: &RawServoAuthorStyles, in Servo_AuthorStyles_SizeOfIncludingThis()
1814 non_document_styles: &mut nsTArray<&mut RawServoAuthorStyles>, in Servo_StyleSet_MediumFeaturesChanged()
7065 non_document_styles: &nsTArray<&RawServoAuthorStyles>, in Servo_InvalidateStyleForDocStateChanges()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/
H A Dglue.rs1667 pub unsafe extern "C" fn Servo_AuthorStyles_Drop(styles: *mut RawServoAuthorStyles) { in Servo_AuthorStyles_Drop()
1673 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_AppendStyleSheet()
1686 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_InsertStyleSheetBefore()
1704 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_RemoveStyleSheet()
1717 pub extern "C" fn Servo_AuthorStyles_ForceDirty(styles: &mut RawServoAuthorStyles) { in Servo_AuthorStyles_ForceDirty()
1730 styles: &mut RawServoAuthorStyles, in Servo_AuthorStyles_Flush()
1787 styles: &RawServoAuthorStyles, in Servo_AuthorStyles_SizeOfIncludingThis()
1809 non_document_styles: &mut nsTArray<&mut RawServoAuthorStyles>, in Servo_StyleSet_MediumFeaturesChanged()
6890 non_document_styles: &nsTArray<&RawServoAuthorStyles>, in Servo_InvalidateStyleForDocStateChanges()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs277 pub struct RawServoAuthorStyles(RawServoAuthorStylesVoid); struct
H A Dstructs.rs23743 pub struct RawServoAuthorStyles { struct
23744 _unused: [u8; 0],
23746 impl Clone for RawServoAuthorStyles { implementation