Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko_bindings/sugar/
H A Dns_css_value.rs276 unsafe { bindings::Gecko_CSSValue_SetPairList(self, values.len() as u32); } in set_pair_list()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.h621 void Gecko_CSSValue_SetPairList(nsCSSValueBorrowedMut css_value, uint32_t len);
H A DServoBindings.cpp1898 void Gecko_CSSValue_SetPairList(nsCSSValueBorrowedMut aCSSValue, in Gecko_CSSValue_SetPairList() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs1547 pub fn Gecko_CSSValue_SetPairList(css_value: nsCSSValueBorrowedMut, len: u32); in Gecko_CSSValue_SetPairList() function