Home
last modified time | relevance | path

Searched refs:Gecko_CSSFontFaceRule_Create (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Drules.rs213 UniqueRefPtr::from_addrefed(bindings::Gecko_CSSFontFaceRule_Create( in from()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.h672 nsCSSFontFaceRule* Gecko_CSSFontFaceRule_Create(uint32_t line, uint32_t column);
H A DServoBindings.cpp2157 nsCSSFontFaceRule* Gecko_CSSFontFaceRule_Create(uint32_t aLine, in Gecko_CSSFontFaceRule_Create() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs1641 pub fn Gecko_CSSFontFaceRule_Create(line: u32, column: u32) -> *mut nsCSSFontFaceRule; in Gecko_CSSFontFaceRule_Create() function