Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.h394 void Gecko_SetCursorArrayLength(nsStyleUserInterface* ui, size_t len);
H A DServoBindings.cpp1300 void Gecko_SetCursorArrayLength(nsStyleUserInterface* aStyleUI, size_t aLen) { in Gecko_SetCursorArrayLength() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs1192 pub fn Gecko_SetCursorArrayLength(ui: *mut nsStyleUserInterface, len: usize); in Gecko_SetCursorArrayLength() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs28 use gecko_bindings::bindings::Gecko_SetCursorArrayLength;
5291 Gecko_SetCursorArrayLength(&mut self.gecko, v.images.len()); in set_cursor()