Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/servo/ports/geckolib/
H A Dglue.rs1502 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Empty()
1540 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromUTF8Bytes()
1640 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromSharedData()
1989 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetRules()
2001 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Clone()
2016 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_SizeOfIncludingThis()
2037 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceMapURL()
2049 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceURL()
2108 contents: &RawServoStyleSheetContents, in Servo_CssRules_InsertRule()
2496 sheet: &RawServoStyleSheetContents, in Servo_StyleRule_SetSelectorText()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/ports/geckolib/
H A Dglue.rs1497 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Empty()
1535 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromUTF8Bytes()
1633 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromSharedData()
1965 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetRules()
1977 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Clone()
1992 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_SizeOfIncludingThis()
2013 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceMapURL()
2025 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceURL()
2084 contents: &RawServoStyleSheetContents, in Servo_CssRules_InsertRule()
2420 sheet: &RawServoStyleSheetContents, in Servo_StyleRule_SetSelectorText()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/ports/geckolib/
H A Dglue.rs1499 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Empty()
1537 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromUTF8Bytes()
1637 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromSharedData()
1984 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetRules()
1996 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Clone()
2011 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_SizeOfIncludingThis()
2032 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceMapURL()
2044 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceURL()
2103 contents: &RawServoStyleSheetContents, in Servo_CssRules_InsertRule()
2469 sheet: &RawServoStyleSheetContents, in Servo_StyleRule_SetSelectorText()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/
H A Dglue.rs1499 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Empty()
1537 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromUTF8Bytes()
1637 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_FromSharedData()
1984 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetRules()
1996 ) -> Strong<RawServoStyleSheetContents> { in Servo_StyleSheet_Clone()
2011 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_SizeOfIncludingThis()
2032 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceMapURL()
2044 sheet: &RawServoStyleSheetContents, in Servo_StyleSheet_GetSourceURL()
2103 contents: &RawServoStyleSheetContents, in Servo_CssRules_InsertRule()
2469 sheet: &RawServoStyleSheetContents, in Servo_StyleRule_SetSelectorText()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs23783 pub struct RawServoStyleSheetContents { struct
23784 _unused: [u8; 0],
23786 impl Clone for RawServoStyleSheetContents { implementation