Searched refs:Gecko_SetCursorArrayLength (Results 1 – 4 of 4) sorted by relevance
394 void Gecko_SetCursorArrayLength(nsStyleUserInterface* ui, size_t len);
1300 void Gecko_SetCursorArrayLength(nsStyleUserInterface* aStyleUI, size_t aLen) { in Gecko_SetCursorArrayLength() function
1192 pub fn Gecko_SetCursorArrayLength(ui: *mut nsStyleUserInterface, len: usize); in Gecko_SetCursorArrayLength() function
28 use gecko_bindings::bindings::Gecko_SetCursorArrayLength;5291 Gecko_SetCursorArrayLength(&mut self.gecko, v.images.len()); in set_cursor()