Home
last modified time | relevance | path

Searched refs:PassUnsignedShort (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/test/
H A DTestBindingHeader.h243 void PassUnsignedShort(uint16_t);
1032 void PassUnsignedShort(T) = delete;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/test/
H A DTestBindingHeader.h265 void PassUnsignedShort(uint16_t);
1076 void PassUnsignedShort(T) = delete;
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/test/
H A DTestBindingHeader.h223 void PassUnsignedShort(uint16_t);
1156 void PassUnsignedShort(T) = delete;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/test/
H A DTestBindingHeader.h222 void PassUnsignedShort(uint16_t);
1155 void PassUnsignedShort(T) = delete;
/dports/www/firefox/firefox-99.0/dom/bindings/test/
H A DTestBindingHeader.h223 void PassUnsignedShort(uint16_t);
1156 void PassUnsignedShort(T) = delete;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/test/
H A DTestBindingHeader.h223 void PassUnsignedShort(uint16_t);
1156 void PassUnsignedShort(T) = delete;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dtestbinding.rs417 fn PassUnsignedShort(&self, _: u16) {} in PassUnsignedShort() method